Skip to content

Mehybinator/cambridge-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Cambridge Scraper

Download And Loop Any English Word In Seconds!

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact

About The Project

Product Name Screen Shot

This Project Was Made To Help Ease The Proccess of Downloading Audio For Your English Lessons.

(back to top)

Built With

This Project Uses Requests for HTTP Requests and Beautiful Soup for Scraping html Documents and Pydub for Audio Manipulation with CustomTkinter As Its UI.

  • Python
  • Pydub
  • CustomTkinter
  • BeautifulSoup
  • requests

(back to top)

Prerequisites

Pydub Requires ffmpeg Installed, So Make Sure To Install It:

  • Windows
    • Scoop
      scoop install ffmpeg
    • Chocolatey
      choco install ffmpeg

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

Contact

Mehran Arkak - mehran.arkak@protonmail.com

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages