- Open up CMD or powershell and type:
pip install selenium
pip install pyfiglet
pip install colorama
- Download chromedriver.exe and main.py
- On lines 26, 27, 28, 29 change the path to the chromedriver.exe
- At line 23 change the views you desire.
- Run main.py
- Enter in the youtube url
- Let the app run for some time.
- selenium - to control the webbrowser.
- pyfiglet - to make an ASCII ART.
- colorama - for colors in the app.
- ctypes - for app title.
- time - so it can delay the refreshes.