Skip to content

Pegorino82/WishList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WishList

Simple CRUD app with PyQT gui and MySQL

to start:

put settings.json in db/:

{
    "HOST": <db host>,
    "USER": <your db user>,
    "PASSWORD": <your password>
}
  • launch MySQL server
  • in root directory:
    • run pip install -r requirements.txt
    • run python main.py

About

Simple CRUD app with PyQT gui and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages