J
J
Johny2018-04-09 13:29:22
Python
Johny, 2018-04-09 13:29:22

What to use to write a program to calculate in Python?

Greetings. Started learning Python. I am a technologist in the furniture industry, I would like to write a program for myself to calculate the cubic capacity of materials.
Interested in this: How to write code that will read the value from one cell and add it to another. I want to make an exe-file (an approximate sketch of the program in the photo) so that when you click on the "Calculate" button, save the results in the form of an excell table.
5acb3fffcabce090298398.jpeg
Is it difficult to implement? Poke your nose what to read. Thanks in advance

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Q
qlkvg, 2018-04-09
Marx

For the visual part - tkinter (easy to learn, fast, ascetic) or pyqt (somewhat more difficult to learn, rich functionality, there is a cool visual editor).
To write to a file, it's easiest to use the built-in csv module . Enough for your task.

I
Igor, 2018-04-09
@assembled

Yes, the tkinter library is better for a beginner, there are many tutorials on it on the Internet. And for creating excell files, there is the xlwt library.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question