Wikipedia Scraping Using Python

The best way to view and interaced with the code is by using the colab link:
Interact with the Code Here!

If you would like to downlaod this reposatory pleas download all the packages under the requirements.txt by:\

  1. cd to the directory where requirements.txt is located
  2. activate your virtualenv
  3. run: $ pip install -r requirements.txt in your shell
  4. go to MyApp folder
  5. run $ python main.py

    Project Structure:
│PythonProject/
├── MyApp/
│   ├── __init__.py
│   ├── main.py
│   ├── text_lan_url.py 
│   ├── web_scraping.py 
│   ├── probability.py
│   ├── letters_frequency.py
│   └── frequency_comparison.py
│
├── .gitignore
├── README.md
└──  requirements.txt