Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.36 KB

File metadata and controls

32 lines (25 loc) · 1.36 KB

This directory contains all the scripts in the repo.

Contents

  1. Guidelines
  2. Template
  3. Scripts

Guidelines

  • 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 named main.py.
  • If your script has dependencies, it should contain a requirements.txt.
  • Each script directory should contain a README.md file 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.

Template

Your contribution should update this README with the following information, and in accordance with this template:

script-name

Description

Author's Name

Scripts

  • tictactoe
    A cli-based tictactoe game to play with the computer.
    Rounak Vyas

  • handgestures
    Simple Hand Gesture Detection System to identify numbers with OpenCV.
    Akash Ramjyothi