Python Calculator Question
-
Hello. First off, I'm sorry if this is in the wrong section. I didn't see a section for Python and did a search for it but that just returned really old posts. I'm trying to create a Python calculator to create quotes and estimates. It would be similar to a mortgage calculator but have much more variables to deal with. I tried finding something "out of the box" because I figure I'm not the only one who needs this but couldn't find anything so my only other option would be to write it myself. If anyone knows of a program, software or where to start trying to build my own, I'd really appreciate it. Thank you.
-
Hello. First off, I'm sorry if this is in the wrong section. I didn't see a section for Python and did a search for it but that just returned really old posts. I'm trying to create a Python calculator to create quotes and estimates. It would be similar to a mortgage calculator but have much more variables to deal with. I tried finding something "out of the box" because I figure I'm not the only one who needs this but couldn't find anything so my only other option would be to write it myself. If anyone knows of a program, software or where to start trying to build my own, I'd really appreciate it. Thank you.
Well this has nothing to do with running a business, so yes, this is the wrong place. If there is no specific forum for your subject then you can use the QA section at http://www.codeproject.com/Questions/ask.aspx[^]. As to your question, either you write it yourself, or use Google to find sample code that may fit the bill.
-
Hello. First off, I'm sorry if this is in the wrong section. I didn't see a section for Python and did a search for it but that just returned really old posts. I'm trying to create a Python calculator to create quotes and estimates. It would be similar to a mortgage calculator but have much more variables to deal with. I tried finding something "out of the box" because I figure I'm not the only one who needs this but couldn't find anything so my only other option would be to write it myself. If anyone knows of a program, software or where to start trying to build my own, I'd really appreciate it. Thank you.
Easy to find examples online... How to make a gui Calculator in Python using Tkinter[^]