P
P
PavelMos2020-09-01 15:12:36
User interface
PavelMos, 2020-09-01 15:12:36

What is the best choice in Python for a desktop application that will generate tables, sometimes quite wide, and, optionally, graphs?

I am exploring the possibility of creating a desktop application, where the user will select the necessary data and, through a query to SQL / sqlite or MondoDB database, create tables with such and such data in columns and rows, and then save them in Excel, so that they can then work with them in ordinary office programs. Conventionally, this is a program for extracting data and presenting data for casual users.

What are the best tools in Python to create a user interface for such a task? What to read on the selected instruments? The main thing is to keep it simple and not buggy in Windows.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Q
qlkvg, 2020-09-01
@qlkvg

pyqt+pyqtgraph+qt designer

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question