A Python CLI tool that displays motivational quotes at scheduled times to keep you inspired throughout the day.
- 🎯 Display random motivational quotes from a curated collection of 20 inspiring quotes
- ⏰ Schedule quotes at specific times (e.g., 09:00 AM daily)
- ⏱️ Set custom intervals between quotes (default: 24 hours)
- 🚀 Get an instant quote with the
--nowflag - 💡 Simple and lightweight CLI interface
python daily_quote_reminder.py --nowpython daily_quote_reminder.py --time 09:00python daily_quote_reminder.py --interval 6python daily_quote_reminder.py- Clone the repository
- Navigate to the
#1085_Daily_Quote_Reminderdirectory - Run the script with Python 3
cd #1085_Daily_Quote_Reminder
python daily_quote_reminder.py --now- Python 3.6 or higher
- No external dependencies (uses only standard library)
================================================================================
DAILY MOTIVATIONAL QUOTE
================================================================================
The only way to do great work is to love what you do. - Steve Jobs
================================================================================
Time: 2025-10-18 14:30:00
================================================================================
Feel free to contribute by:
- Adding more inspirational quotes
- Improving the scheduling functionality
- Enhancing the CLI interface
This project is part of the 100LinesOfPythonCode repository.
Resolves issue #1085