MERGE: Fully featured python installer and documentation/code comment improvements. #17

Merged
saru merged 13 commits from untested into main 2024-11-01 22:05:17 -05:00
3 changed files with 51 additions and 39 deletions
Showing only changes of commit 210082ce3e - Show all commits

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
*.log
*.env
*.spec
test.py
*.test.py
checklist.md
/build
/dist

11
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,11 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"*test*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}

View File

@ -70,7 +70,7 @@ tar_file_path = 'mods.tar.gz'
extract_to = 'mods'
extract_tar_archive(tar_file_path, extract_to)
def ascii():
print()
print()
print(" :+++++=")
@ -109,6 +109,7 @@ print(" ....")
#someone's gonna think im a furry or a femboy or some shit because of this.
print()
ascii()
print("sigma")
print("all done!")
print("This script will exit and close in ten seconds. :)")