Noto is a Python based desktop application that summarizes your notes into clear, concise points using Groq AI. This takes note-taking to another level, helping with study. Users can write or load notes, generate a summary, and copy the result. Users can also save both the original and summarized notes, allowing for smooth experience.
- Minimal AI was ued to fix/debug code
- Helped integrate Canvas GIF background
- Helped fix summarize notes function
- Helped create "updatewordcount" function
- Python
- CustomTkinter - minimalistic UI
- Tkinter Canvas - UI elements, text
- Pillow/PIL - loading and animating the GIF background
- Groq API - AI summarization
- Python dotenv - loading hidden API key from .env
- Fixing bugs
- Improving speed
- Adding new features