This application allows you to take notes easily with PyQt5. Otherwise, I used JSON Database to keep note datas in database.json file and I used Qt Designer to design the program.
- Add a notes: Add a note in notes widget
- Edit a note: Edit a note in notes widget by double clicking
- Move notes: Move notes between each other
- Delete a note: Delete a note by right clicking
- Clone the repository:
git clone https://github.com/Mali03/basic-note-app
- Navigate to the project directory:
cd basic-note-app
- Install required package
pip install pyqt5==5.15.9
- Run the "main.py" with python
python main.py
Python 3.9.0
PyQt5 5.15.9
If you need any help contact me on e-mail. You can also contact me to get .ui formated codes for designing in Qt Designer.