Skip to content

roccocarlson/PyJournal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyJournal

This is a journal that's automated using python. It creates directories for years and months, and text files for each day.

How to use

You need to create a path_file.txt in the same directory as the PyJournal script with the path to the main journal directory. First add the path to the directory in which the journal entries should be stored in the python script. Then create a shell script that opens the text file in vim. This would look something like:

vim $(python3 /path/to/python/script/PyJournal.py)

This is a very basic journal automation program, but in the future I'm planning on implementing some sort of locking feature using locked compressed .zip files - not the most secure, but files remain unreadable without the password.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages