Creates a small Python start project with a main, test file and makefile
project └─main.py └─makefile
print("hello-world")
start: python3 hello_world.py