A collection of Python automation scripts I wrote for fun to handle various small tasks.
These three files handle the logic to keep the folder portable without a massive single requirements.txt.
-
install_dependencies.py(The Installer)- Analyzes a specific script to find what libraries it needs.
- Checks if packages are missing and offers to
pip installthem. - Excludes local files from being wrongfully installed
*Example: main.py includes
testwhich is a local filetest.py. The Installer does not attempt to runpip install test.
-
run_file.py(The Runner)- Scans the directories for tools and presents a simple CLI menu.
- Handles the execution flow.
-
install_and_run_script(Run & Install)main.pyintegrates the installer.- When you select a tool, it first runs the dependency check to ensure the environment is ready, then executes the script.
- General Folders: My personal hobby code.
- _EXE: All my compiled
exefiles so i can easily access them without searching for them. - _Icons: Icons for the
exefiles. _Antigravity:⚠️ Disclaimer: This folder is 100% AI-generated experimental code. It does not reflect my actual coding style or skill level. It is purely a sandbox for testing LLM capabilities.