Commit Graph

9 Commits

Author SHA1 Message Date
Neocky
f359f1e241 Added waiting for input before exiting 2021-03-13 23:12:56 +01:00
Neocky
ddb5f1172e Made config path correct; Deleted unnecessary stuff; Beautified outpout; Plugin version now correct;
Changes:
- config path will always be correct
- deleted unnexessary stuff
- plugin version will display now correct
- changed some formating
- created SFTP check before launching
2021-03-13 22:09:32 +01:00
Neocky
3fed1580f8 Every plugin has now an array entry; Beautified the output
Changes:
- added latest version of plugin to installedplugin array
- fixed issue when array couldn't be created; Now the array will always be created
- added bright Green to console Output
- deleted debug output for the  innput
2021-03-13 19:21:03 +01:00
Neocky
ac561d92ce Split everything in sub packages; Created main function; Added many exception handlers for SFTP
Added:
- Split everything into sub packages
- created a main file: __main__.py
- added many exception handlings with SFTP

Edited:
- launcher.bat calls now the __main__.py file
2021-03-12 01:39:39 +01:00
Neocky
1aae4bf9d3 Removed error when yaml file is in plugin folder & created file in which the remove plugin function comes 2021-03-10 23:49:57 +01:00
Neocky
6915b213dc Added SFTP Support & Requirements check 2021-03-10 02:05:56 +01:00
Neocky
53ae3b5a64 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
2021-03-08 22:13:57 +01:00
Neocky
8212f66e90 New input system; Only one download function now; Specific plugin updater added and check for all installed plugins;
Removed:
- cloudscraper
- unnecessary functions

Added:
- new input system;
-> Now it is like a console
- general download function
- specific version updater
- check for updates on all installed version
2021-03-08 02:56:00 +01:00
Neocky
e698803c87 Renamed folder to src\; Added new input system and added a specific plugin downloader for testing 2021-03-07 01:49:57 +01:00