Now included all wanted function. Auto update, change settings, change repo and more.

New
Class for function used across all other classes.
Automatically check for new updates.
Change repo url, handy for development.
Backup profile file, change some settings in the program and more. See changelog for greater detail.
This commit is contained in:
Mr Finchum 2024-12-10 13:33:28 +00:00
parent 65e6f5a4d7
commit 98731a534d
4 changed files with 391 additions and 150 deletions

View file

@ -48,3 +48,9 @@ Operating System: Linux
Dependencies:
- requests
- simple-term-menu
Can be installed with pip or using miniconda (aka conda/mamba)
# Additional Note
This project was developed with the assistance of LLMs (including, but not limited to, OpenAI's ChatGPT, Ollama models like OpenCoder and LLaMA 3.2).
The assistance provided includes, but is not limited to, spelling corrections, function suggestions, and discussions of debugging, which are not explicitly labeled. Direct optimizations of the code are noted within the code itself.