The goal of the project is to get a python3 template
- Make a good README.md
- Make a main.py skeleton
- Have a .gitignore
-
Python 3.7+
-
APackage >= 2.0.0
How to install all the requirements :
$ pip install -r requirements.txt
$ python main.py
.
├── main.py
├── exemple_of_folder # Documentation files (alternatively `doc`)
│ ├── TOC.md # Table of contents
│ ├── faq.md # Frequently asked questions
│ ├── misc.md # Miscellaneous information
│ ├── usage.md # Getting started guide
│ └── ... # etc.
├── .gitignore
└── README.md
- Luis Rosario - Member 1 - Luisrosario2604