Stamp initializes your project with the folder structure recommended in The Hitchhiker’s Guide to Python at the chapter Structuring Your Project.
In order to setup the Stamp project you just have to download and save it in your PC. To run it open the cmd inside the "src" folder of the project and type
python stamp.py ../path/that/you/want/to/create/a/new/project/
and then click "Enter". Once it starts running, you will be asked for the project's name. If another project with the same name exists in the given path it will ask you if you want it to be replaced by the new project.
print('test')