This is desktop app to manage your digital books, built with Python, Pyside2, Qt Designer and SQLite
After download the source code, you can install the requirements: pip install requirements.txt. Then execute or run the app: python app.py
The folder ui_files contains the files .ui generate by Qt Designer, in this case those files are compiled to python code in the views folder.