Skip to content

note.py v1.0.0

Compare
Choose a tag to compare
@q31r q31r released this 15 Dec 17:51
· 13 commits to main since this release

This first release provides basic note creation, editing, and management capabilities. Users can:

  • Create new notes with a title and text content
  • Edit existing notes by modifying the title or text
  • View all notes in a list
  • Delete individual notes
  • Save notes to disk as a JSON file
  • Load notes from disk on startup

The app uses Tkinter for the graphical interface and json for serialization. It provides a simple and clean way to jot down textual notes.

Future releases will likely add more advanced features like formatting, tagging, search, and sync. But this v1.0.0 focuses on the core functionality of a basic note taking app.

Full Changelog: https://github.com/Qmirdev/Note-App-Python/commits/v1.0.0