Answer the question
In order to leave comments, you need to log in
Where can I find GUI literature for sqlite database in conjunction with Python?
Good afternoon!
I ask for help in finding literature, reference books, sites, etc., which tell about the development of a GUI for the sqlite database. Very desirable with examples, at least simple interfaces.
There is a lot of material on the net both on Python and on SQL and on the Python GUI, but I can’t dig up anything that can intelligibly explain how it all works together.
PS
Can be in English
Answer the question
In order to leave comments, you need to log in
1. To make a GUI in Python, I recommend PyQt.
The book www.ozon.ru/context/detail/id/7548553 Poor, but at least some.
2. Interface for SQLite. Install the Mozilla browser and the SQLite Manager add-on. Excellent program. See how the interface is implemented there and try to repeat it.
You are now confusing cold with soft. Do you need a DBMS for sqlite? The GUI for python is the Tkinter library, for example.
I confirm the above comments
Gui write in PyQT
and wrap the sqlite standard library
Sqlitebrowser
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question