Personal journal/diary application with SQLite database storage.
- Add journal entries
- View all entries
- Store mood with entries
- SQLite database persistence
- Timestamp tracking
- Language: Python
- Libraries:
sqlite3(standard library) - Complexity: Intermediate-Advanced
python main.pyOpen source for educational purposes.