A python program that reads text files and web articles, equipped with a GUI.
To run the program on your system:
- Download the repo and open the entire folder in your IDE/editor.
- Make sure the following modules are installed:
- pyttsx3
- selenium
- bs4
- requests
- Run the ‘ARGUI.py’ file, not the ‘ArticleReader.py’ file.
- Running ‘ArticleReader.py’ would not generate a GUI.