Little Python Projects
A repository for neat little Python scripts I've made!
How to run a script:
*NOTE:
You'll need to install Python v3 or higher.
There's a
Makefilein the root directory that you can use as a shortcut for running any script. Just cd to the root directory and typemakeand it should work. Obviously you'll need to be able to use the make command.
If you can't use the
makecommand, usemake.bat. Just cd to the root directory and typemakeand it should work.