17 lines
563 B
Markdown
17 lines
563 B
Markdown
# Python Programs and Scripts Repository
|
|
|
|

|
|
Collection of my python scripts and programs. Containing tools to manipulate the behavior of the system.
|
|
|
|
## tempbox
|
|
|
|
A script which allows the user to execute commands in a temporary
|
|
directory.
|
|
|
|
After execution, all contents within the folder get removed.
|
|
|
|
|
|
## refit
|
|
|
|
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. |