Skip to content

A test of using SLQLite in PyQt5 to create a small Library ! (Using the Model view delegate pattern)

License

Notifications You must be signed in to change notification settings

faouziMohamed/BiblioAppBd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BiblioApp

Codacy Badge

A test of using SLQLite in PyQt5 to create a small Library ! (Using the Model view delegate pattern)

Requirement

  • PyQt5 (or see PySide2)
  • Python3.x
  • SQLite installed and present in the PATH

Install requirement

On conda environment run :

  • PyQt5 conda install pyqt or conda install -c anaconda pyqt
  • PySide2 conda install -c conda-forge pyside2

Run the main script

Clone this repository https://github.com/faouziMohamed/BiblioApp.git and run the main script main.py

git clone https://github.com/faouziMohamed/BiblioApp.git
cd BiblioApp/src
python main.py

Preview

BiblioApp
BiblioApp on preview

Alternative

There is a version using file to save Library (JSon file) instead of Database file here BiblioAppJSon

About

A test of using SLQLite in PyQt5 to create a small Library ! (Using the Model view delegate pattern)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published