Skip to content

Commit

Permalink
some housekeeping stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Oct 19, 2024
1 parent 91cbe22 commit d7c924f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["wowbox.code-debuger", "formulahendry.code-runner", "DavidAnson.vscode-markdownlint", "ms-python.flake8", "ms-python.python", "github.vscode-github-actions", "GitHub.vscode-pull-request-github"]
}
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is a Python program written to help with making an advanced CatPack.
-
<a href="https://discord.com/channels/1031648380885147709/1278732669525561486">Community CatPack Collection (Prism Community discord)</a>
</p>
<b>Support:</b>
<b>Need help?</b>
<p>
<a href="https://github.com/KTrain5169/CatPackMaker/issues">Issue tracker</a>
-
Expand All @@ -39,5 +39,3 @@ There are 2 types of CatPacks:
- Advanced CatPacks - these are folders with a JSON file and a bunch of images inside. The JSON dictates how the CatPack is intended to work.

For more information on CatPacks, refer to the [Prism Launcher wiki](https://prismlauncher.org/wiki/getting-started/catpacks/).

Documentation surrounding the project is currently work-in-progress. Check back later.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# App
pyinstaller==6.11.0
pillow==11.0.0

# Compiling
pyinstaller==6.11.0

# Documentation
mkdocs==1.6.1
mkdocs-material==9.5.41
2 changes: 1 addition & 1 deletion script.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def on_confirm():
root.geometry("800x600")

# Folder name entry
tk.Label(root, text="Enter Folder Name:").pack(pady=5)
tk.Label(root, text="CatPack Name:").pack(pady=5)
folder_name_entry = tk.Entry(root)
folder_name_entry.pack(pady=5)

Expand Down

0 comments on commit d7c924f

Please sign in to comment.