Python Forum
General Programming Question
Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
General Programming Question
#1
Let's say you program a simple calculator in Python (I haven't done it, it's just for the sake of an example)

1.- How do you turn such program into an .exe file to run?
2.- What program do you use to design the window, buttons and all that for the application?

It's just pure curiosity, I'd like to know more about it, but this kind of questions get deleted in Stack Overflow.
Reply
#2
You can use Pyinstaller to make your Python source code into an .exe file.

To create a GUI you could use Tkinter which is built into Python,
there are many other GUI frameworks as well.

Google Pyinstaller and Tkinter for details.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  python can - general question caslor 0 1,094 Jul-14-2022, 05:21 PM
Last Post: caslor
  a general question barryjo 5 1,442 Feb-01-2022, 10:12 PM
Last Post: Gribouillis
  General Programming Question with Dictionary giddyhead 12 2,586 Jan-10-2022, 10:12 AM
Last Post: Pedroski55
Big Grin General programming question (input string)[ jamie_01 2 1,568 Jan-08-2022, 12:59 AM
Last Post: BashBedlam
  Question about formula implementation in general format Alienspecimen 0 1,633 Mar-01-2021, 08:39 PM
Last Post: Alienspecimen
  General list size question to solve problem Milfredo 3 2,319 Sep-27-2020, 08:42 AM
Last Post: Milfredo
  New to programming, loop question tomyan 1 1,588 Sep-25-2020, 04:32 PM
Last Post: Larz60+
  General Listbox question. Milfredo 4 2,096 Sep-06-2020, 07:36 PM
Last Post: Milfredo
  General question about serialization/deserialization in python local 1 1,797 Jan-28-2020, 04:35 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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