Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some small questions
#2
For the GUI, personally I would use PyQT5. It's a python wrapper of the C++ QT project. You can use their QT Designer program to create a GUI by dragging and dropping components. You can export the GUI as an XML file and have pyqt5 parse the XML and display the GUI. This mostly gets rid having to code the gui by hand. All you would need to do is add even listeners to the buttons and call functions when they are clicked.
There's many other options out there and a bit of googling might help you find one perfect for your needs.

As for the database, personally I would set up a MySQL database and then use the sqlite3 module to work with the database.
Reply


Messages In This Thread
Some small questions - by Kael90 - Jun-05-2020, 01:17 PM
RE: Some small questions - by DreamingInsanity - Jun-05-2020, 01:29 PM
RE: Some small questions - by ndc85430 - Jun-06-2020, 08:07 AM
RE: Some small questions - by DreamingInsanity - Jun-06-2020, 08:50 AM
RE: Some small questions - by ndc85430 - Jun-06-2020, 01:37 PM
RE: Some small questions - by Kael90 - Jun-05-2020, 01:31 PM
RE: Some small questions - by DreamingInsanity - Jun-05-2020, 07:13 PM
RE: Some small questions - by DreamingInsanity - Jun-05-2020, 07:18 PM
RE: Some small questions - by Kael90 - Jun-05-2020, 08:58 PM
RE: Some small questions - by DreamingInsanity - Jun-05-2020, 10:13 PM
RE: Some small questions - by Kael90 - Jun-05-2020, 10:27 PM
RE: Some small questions - by snippsat - Jun-06-2020, 08:16 AM
RE: Some small questions - by Kael90 - Jun-08-2020, 12:46 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020