Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 603 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 603 Bytes

Python Boilerplate

About

This project folder is a boilerplate for python projects. It is free to use (MIT Licence)

The main python file is just the main function

def main():

    return 0

if __name__ = "__main__":
    main()

Nothing more, nothing less

How to Use

To use this program simply TODO: how it's used

For MacOS or Linux:

python3 main.py

For Windows:

python main.py

Modules

Licence

The rules for copy and distributing this project licence are outlined in the licence.txt file.

This project is under an MIT licence