Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 756 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 756 Bytes

Diary

A terminal based python program that can be used to make entries with GPG encryption.

Installation

Pytermgui has been used in this program so import it!

pip install pytermgui

Use Git command to clone the repository and it should work!

git clone https://github.com/gegendepressed/diary

Usage

tim.print("[bold]1. Create New and Encrypt [/]")
tim.print("[bold]2. Decrypt and View [/]")
tim.print("[bold]3. Add to existing[/]")
tim.print("[bold red]4. Remove Entry[/]")
tim.print("Support me [skyblue underline ~https://github.com/gegendepressed]" + "on Github[/]!")

#enter the choice depending on what you want to do
choice = input("Enter a choice : ")

Contributing

Pull requests are welcome.