Skip to content

sevmarc/pysimple-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pysimple-news

Parsing sectional news from CNN - using the BeautifulSoup package, html parsing and PySimpleGUI.
This project was created for educational purposes.

How to run

This project can be run with virtualenv, to avoid any missing python packages.

To run it, follow these steps:

  • Create empty virtual environment (venv): virtualenv venv
  • Activate venv: source venv/bin/activate
  • Install python packages: pip install -r requirments.txt
  • Run project:
    • GUI: python trial.py
    • console: python news_parser.py

About

Parsing sectional news from CNN - using BeautifulSoup, html parsing and PySimpleGUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages