pyNotes is a full-featured desktop note-taking application built with Python and PyQt6.
It allows you to add, edit, delete, search, and categorize your notes with a clean and modern interface.
- Add, edit, and delete notes
- List notes with timestamps
- Search notes by title or content
- Organize notes into simple categories (optional)
- Lightweight and easy to use
-
Clone this repository:
git clone https://github.com/ahmetcakir-dev/pyNotes.git cd pyNotes
-
İnstall dependencies:
pip install -r requirements.txt
-
Run the application:
py pyNotes.py
- Python
- PyQt6
This project is licensed under the MIT License.