This directory contains all the scripts in the repo.
- Each script should be in it's own seperate directory.
- The script name must be same as the directory name of the script.
- All scripts should be invokable as
python main.py. That is, the file that is to be called by the python interpreter should be namedmain.py. - If your script has dependencies, it should contain a
requirements.txt. - All the scripts must follow PEP 8 Style Guidelines.
- Each script directory should contain a
README.mdfile with installation and usage instructions, description, and any other information needed. - You should also edit this README and add your script to it in accordance with the template.
- If the script you are contributing is under version control, make sure you add it as a git submodule.
- Any contributions that fail the status checks will not be accepted unless there is a very good reason to accept them.
- When adding scripts to the
scripts/README.mdfile, keep the following points in mind to prevent the CI status check from failing:- The template is followed perfectly.
- The name of the directory containing the script is the same as the name of the script in
scripts/README.md. - The comments that delimit the scripts section are not altered.
- You add your script between the
scriptsstartandscriptsstopcomments.
Your contribution should update this README with the following information, and in accordance with this template:
- script-name
Description
Author's Name
- tictactoe
A cli-based tictactoe game to play with the computer.
Rounak Vyas - pdf_merger
A pdf merger to combine multiple PDFs into a single PDF.
Anshul Hajare - MusicPlayer
A music player to select songs and play music.
Prathima Kadari