Excel Type Forms in Python
Excel Type Forms in Python
(OP)
Does anyone know of a way in python to create editable forms similar to that of excel (see snip below for what I would like the user to see)?

I am trying to do some post processing from ETABs and wanted to expand the python skill set a little.
From my googling, it looks like maybe flask package might do the trick?
http://www.blog.pythonlibrary.org/2017/12/14/flask...

I am trying to do some post processing from ETABs and wanted to expand the python skill set a little.
From my googling, it looks like maybe flask package might do the trick?
http://www.blog.pythonlibrary.org/2017/12/14/flask...
S&T
RE: Excel Type Forms in Python
RE: Excel Type Forms in Python
As Agent noted a TkInter GUI with the form table constructed of input fields arranged in a grid system will get you the same result. PyQT GUI can also accomplish the same thing. Stack Overflow post on the topic: Link
Open Source Structural Applications: https://github.com/buddyd16/Structural-Engineering
RE: Excel Type Forms in Python
S&T
RE: Excel Type Forms in Python
Doug Jenkins
Interactive Design Services
http://newtonexcelbach.wordpress.com/
RE: Excel Type Forms in Python
I think I am going to need to call in a little more reinforcing for learning rather than just watching youtube videos/browsing stackoverflow.
Defining of classes and learning to make windows is more challenging than what I anticipated.
Everything I am reading feels like it is written in hieroglyphics
S&T
RE: Excel Type Forms in Python
On the GUI front it was a lot of googling, youtube watching, and just brute forcing thru some things.
The Learn Python reddit page seems like it has a ton of great information, Link
Open Source Structural Applications: https://github.com/buddyd16/Structural-Engineering
RE: Excel Type Forms in Python
That's why it makes sense to me to call Python code from Excel, so you don't have to worry about coding graphic interfaces.
Doug Jenkins
Interactive Design Services
http://newtonexcelbach.wordpress.com/
RE: Excel Type Forms in Python
Trying to add some buttons now to auto populate row data.
S&T