A collection of Python scripts that automate my dev workflow. Each script is simple, modular, and beginner-friendly.
| Script | What it does |
|---|---|
setup.py |
Sets up a new Python project in one command |
Each script is standalone. Navigate to the repo and run:
$ git clone https://github.com/Hash-PJ/dev-tools.git
$ cd dev-tools
$ python script_name.py Python 3.6+