Skip to content

This application allows users to write and save journal entries with dates and optional tags. Entries are encrypted for privacy.

Notifications You must be signed in to change notification settings

yura9011/Journalist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

My Journal App

A simple personal journal application built with Python and PySide6.

Description

This application allows users to write and save journal entries with dates and optional tags. Entries are encrypted for privacy.

Getting Started

Prerequisites

  • Python 3.x
  • PySide6 (pip install PySide6)
  • cryptography (pip install cryptography)

Installation

  1. Clone the repository: git clone Journalist
  2. Navigate to the project directory: cd Journalist

Execution

Run the application: python Journalist.py

Usage

  1. Type your journal entry in the text area.
  2. Select the date using the date picker.
  3. Click "Guardar Entrada" to save your entry.
  4. Click "Cargar Entradas" to view previous entries.
  5. Use the search bar to search for entries by content.

Features

  • Write and save journal entries.
  • Select the date for each entry.
  • Add optional tags to entries.
  • Encrypt entries for privacy.
  • Search for entries by content.

Future Enhancements

  • Implement a calendar view for navigation.
  • Add the ability to attach images.
  • Implement a more advanced tag management system.

Author

Lucas Lopez Krojzl

About

This application allows users to write and save journal entries with dates and optional tags. Entries are encrypted for privacy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages