Skip to content

App for logging your notes and ideas. It then compiles a table and displays them in a pretty format. It also outputs a log file with the displayed result.

License

Notifications You must be signed in to change notification settings

AndreasKaratzas/notes-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes Logger App

The Notes Logger App is a Python application for logging and organizing your notes. It utilizes KeyBERT to identify the most important words in your notes, which are then highlighted using rich text formatting.

Sample

Features

  • Add new notes and assign them a category for easy organization
  • Automatically identify and highlight important words in your notes using KeyBERT
  • View all of your notes in a color-coded, easy-to-read table

Installation

  1. Clone the repository:
git clone https://github.com/AndreasKaratzas/notes-logger.git
  1. Create a conda virtual environment and install the required Python packages:
conda env create --file environment.yml
conda activate notes-logger
  1. To use manim, follow these instructions with respect to your OS.

Usage

First, create your new note under the data/notes directory. You can use any name you want, but you have to preserve the .json format demonstrated in the dummyNote.json sample file:

{
    "Date": "<day>-<month>-<year>",
    "Short Description": "Short description of the note",
    "Link to powerpoint": "Link to some presentation in case you have one",
    "Expected project length": "<x> mon + <y> days"
}

Then, start the application and compile your notes into a table by running:

python main.py

There are additional arguments you can use. Type python main.py --help to see them.

Todo

  • Fix the issue with whitespace before ')' and ']' and '}' and '>' and ending '`' in short description column.
  • Fix the issue with whitespace removal between some words in short description column.
  • Add CODE_OF_CONDUCT.md

Credits

The Notes Logger App was developed by Andreas Karatzas. It utilizes the following Python packages:

  • KeyBERT
  • Rich

License

This application is released under the GNU Affero General Public License v3.0. See the LICENSE file for more information.

Contributing

  1. Fork the repository.
  2. Make your changes and commit them.
  3. Submit a pull request.

Contact

If you have any questions or concerns, please contact me at [email protected].

About

App for logging your notes and ideas. It then compiles a table and displays them in a pretty format. It also outputs a log file with the displayed result.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages