The basis of becoming a better engineer starts with automation. Automate everything. Get into the habit of continuously automating everything that seems like it could be automated. A command line tool ...
Makefile A Makefile is a file with instructions on how to build software. Python doesn't require building, although you'll have to do something similar to building when publishing the project later.