Available Script

You may wish (optional, not mandatory) to run a submission checker check-submission.py to check if your submission adhered to the basic requirements of our guidelines. This Python file is included at the top-level of your team's repository during initial setup.

It will check for existence of certain required items and check of non-existence of certain excluded items.

Note that you are still responsible for your submission.

Installation & Setup

  1. Download the latest version of Python from https://www.python.org/downloads/. You may download any version of Python, the script is written to work with both Python 2 and 3.

  2. Install Python by double clicking on the executable that you have downloaded. You can install with default options, and you would not need to disable path length limits. Once complete you will reach this screen:

  1. Copy check-submission.py to the folder containing TeamXX.

Using the Script

  1. Right click on check-submission.py and select Edit with IDLE 3.7 (32-bit). Your options may defer by the python version.

  1. In IDLE, select Run > Run Module. You will see a similar output to the screenshot provided below:

  1. Follow the recommendations to fix your submission, and rerun again (step 2). If successful, the output of the last line will be Project conforms to basic submission requirements.