A simple Python application that displays a randomly selected quote of the day in a pop-up window.
This project is a lightweight app that reads quotes from a CSV file, selects one at random, and displays it to the user. It's designed to provide daily inspiration and food for thought with minimal setup and resource usage.
Please note that this project is still in its early phases and under active development. We are working to add more features & functionality asap! More to come soon.
Disclaimer: ~99% of this code was written with the help of AI. Using this project as a means of active learning! As Bruce Lee once said, "Learning is never cumulative; it is a movement of knowing which has no beginning and no end."
- Clone the repository:
git clone https://github.com/your-username/your-repo-name.git
- Navigate to the project directory:
cd path\to\your\project\directory
- Create and activate a virtual environment (if used).
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python src/main.py
- pandas
- tkinter
Contributions to the project are welcome! Feel free to submit a pull request.
This project is licensed under the MIT License.
If you have any questions or feedback, please open an issue on the GitHub respository.