Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 482 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 482 Bytes

OnlineClass-Helper

A python script that can help you to avoid taking boring online classes

Installation

You need latest python to run this script

To install other requirements, run this code line by line

pip install pyaudio
pip install speechrecognition

##Run To run this script clone this repository and open a command prompt at that location and run following command

python main.py

OR

python3 main.py

Feel free to fork and add new features.