An open API service indexing awesome lists of open source software.

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: 3 months ago
JSON representation

Python Boilerplate. Nothing more, nothing less :pencil:

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