https://github.com/zeyu-li/python_boilerplate
Python Boilerplate. Nothing more, nothing less :pencil:
https://github.com/zeyu-li/python_boilerplate
python-boilerplate
Last synced: 4 months ago
JSON representation
Python Boilerplate. Nothing more, nothing less :pencil:
- Host: GitHub
- URL: https://github.com/zeyu-li/python_boilerplate
- Owner: Zeyu-Li
- License: mit
- Created: 2019-03-08T17:25:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T15:43:56.000Z (about 6 years ago)
- Last Synced: 2025-10-11T03:25:35.737Z (4 months ago)
- Topics: python-boilerplate
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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
```python
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:
```shell
python3 main.py
```
For Windows:
```powershell
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