- 03 Arijit Banerjee
- 19 Sumedha Das
- 26 Ishita Ghosh
- 28 Prajeet Guha
- 41 Ankita Nandi
- 47 Shounak Rakshit
- 50 Aniket Sinha Roy
This is a group project done together by the members stated above. This project has been initiated by DC Sir for 3rd Semester IT Workshop Lab.
Step 1: Download the whole repository.
Step 2: Install Python in your computer (Minimum requirement: 3.7 or higher version). You can also use any Python distributions like Anaconda, Pycharm, etc. Also check that that whether the python
command is accessible from the Command Prompt or not.( For more info check here )
Step 3: Open Command Prompt at the directory where the main_program.py is present.
Step 4: Then run python main_program.py
in Command Prompt or use available editor to run the main_program.py.
Note:You may face some import issues so import necessary modules as stated by ImportError.