Skip to content
/ python_boilerplate Public template

Python Boilerplate. Nothing more, nothing less 📝

License

Notifications You must be signed in to change notification settings

Zeyu-Li/python_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python Boilerplate. Nothing more, nothing less 📝

Topics

Resources

License

Stars

Watchers

Forks

Languages