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
Makefile
in the root directory that you can use as a shortcut for running any script. Just cd to the root directory and typemake
and it should work. Obviously you'll need to be able to use the make command.
If you can't use the
make
command, usemake.bat
. Just cd to the root directory and typemake
and it should work.