Giter Site home page Giter Site logo

andreaskaratzas / notes-logger Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 97 KB

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: GNU Affero General Public License v3.0

Python 100.00%
cli-app ideas keybert logger notes notes-app notes-tool python python-rich python3

notes-logger's Introduction

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].

notes-logger's People

Contributors

andreaskaratzas avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.