2025-09-27 15:20:32 +02:00
|
|
|
|
# Python Programs and Scripts Repository
|
2025-09-26 19:20:30 +02:00
|
|
|
|
|
2025-09-27 15:20:57 +02:00
|
|
|
|

|
2025-10-12 19:54:53 +02:00
|
|
|
|
Collection of my python scripts and programs. Containing tools to
|
|
|
|
|
|
manipulate the behavior of the system.
|
|
|
|
|
|
|
|
|
|
|
|
## Wanna Do´s
|
|
|
|
|
|
|
|
|
|
|
|
- Program which creates an file containing a version and
|
|
|
|
|
|
- Creating a Module which loads configuration files
|
|
|
|
|
|
- GUI auto-clicker which accepts command line activation
|
2025-09-27 14:13:36 +02:00
|
|
|
|
|
|
|
|
|
|
## tempbox
|
|
|
|
|
|
|
2025-09-27 15:20:32 +02:00
|
|
|
|
A script which allows the user to execute commands in a temporary
|
2025-10-02 13:41:46 +02:00
|
|
|
|
directory.
|
2025-09-27 15:20:32 +02:00
|
|
|
|
|
2025-10-02 13:41:46 +02:00
|
|
|
|
After execution, all contents within the folder get removed.
|
2025-09-27 15:20:32 +02:00
|
|
|
|
|
2025-10-02 13:41:46 +02:00
|
|
|
|
## refit
|
|
|
|
|
|
|
2025-10-12 19:54:53 +02:00
|
|
|
|
A file and folder manipulation tool. The aim is to unify various steps
|
|
|
|
|
|
from moving to creating and deleting directories and folder with one
|
|
|
|
|
|
tool.
|
|
|
|
|
|
|