Table of Contents
This Project Was Made To Help Ease The Proccess of Downloading Audio For Your English Lessons.
This Project Uses Requests for HTTP Requests and Beautiful Soup for Scraping html Documents and Pydub for Audio Manipulation with CustomTkinter As Its UI.
Pydub Requires ffmpeg Installed, So Make Sure To Install It:
- Windows
- Scoop
scoop install ffmpeg
- Chocolatey
choco install ffmpeg
- Scoop
Create A Python Environment:
python -m venv env
Then Activate Your Env using:
- Windows
.\env\Scripts\activate
And Install The Requirements:
pip install -r requirements.txt
And Run The Script Using:
python main.py
Alternatively If The Env Is Not Active:
env\Scripts\python main.py
Mehran Arkak - mehran.arkak@protonmail.com