Config support added; Added utilities.py; Clean up of code

Added:
- .ini config support
- lancher.bat to launch program
- added utilities.py for help function

Removed:
- old ununsed input handlers functions
- old ununsed download handler functions
- removed many print()s
This commit is contained in:
Neocky
2021-03-08 22:13:57 +01:00
parent 37d71e6b4b
commit 53ae3b5a64
6 changed files with 100 additions and 122 deletions

2
launcher.bat Normal file
View File

@@ -0,0 +1,2 @@
@ECHO OFF
py "%~dp0\src\handle_input.py"