A simple Python GUI application built using Tkinter.
This app allows users to explore a collection of:
- Quotes
- Articles
- Poems
All content is loaded from external text files to keep the code clean and organized.
- Clean and simple graphical interface using Tkinter
- Organized content (Quotes, Articles, Poems)
- External text files for easy editing
- Multiple windows using Toplevel
- Beginner-friendly project structure
- Python 3
- Tkinter (GUI)