BiblioAppBd

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

This project is maintained by faouziMohamed

BiblioApp

Codacy Badge

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

Requirement

Install requirement

On conda environment run :

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