Here’s a simple terminal-based journal app written in Python. It supports adding journal entries with timestamps, viewing all entries, and searching entries by keyword. The entries are saved in a local file (journal.txt
).
Run the script in your terminal. It will create a file journal.txt
to store your entries.
Type your journal text line by line and finish by typing END
on a new line.
Use the menu options to add, view, or search journal entries.
Leave a Reply