Skip to content

Mali03/Basic-note-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Note App

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.

Features

  • 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

Installing

  1. Clone the repository:
git clone https://github.com/Mali03/basic-note-app
  1. Navigate to the project directory:
cd basic-note-app
  1. Install required package
pip install pyqt5==5.15.9
  1. Run the "main.py" with python
python main.py

Used Versions

Python 3.9.0
PyQt5 5.15.9

Need Help

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.

License

MIT

About

Basic Note Taking App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages