This repository holds a starter project for Python 3. You can use this project to get started on your Python problem immediately. The main Python script is named:
mystarter.py
You should customize this file instead of adding any new ones.
We provide the a requirements.txt file to centralize all of the packages you may need in developing your script. To install the packages specified in this file you should use the following syntax:
sudo pip3 install -r reqirements.txt