Python Forum
Programming Python as a MS Windows app?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Programming Python as a MS Windows app?
#5
it's not just cx_freeze. There are also other tools, like pyinstaller.
Also probably the easiest (i.e. no need to convert to exe) is to create shortcut to your python interpreter. Then edit the properties of the shortcut and add the full path to your script in the Target field:
   
In this case you will need to ask user to press a key at the end of the script because otherwise the CommandPrompt window will close automatically when the script execution ends.
Finally, if you wish to make *real* GUI program you need to look at some of the GUI packages. Tkinter comes is included in Windows distributions bu there are others/better ones
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: Programming Python as a MS Windows app? - by buran - Oct-10-2018, 06:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Programming robots using Python OscarBoots 5 3,529 Oct-31-2021, 09:38 AM
Last Post: Larz60+
  Programming Difficult math in Python Huntern 6 4,884 Oct-17-2019, 06:32 AM
Last Post: Huntern
  Inconsistency in Python programming language? newbieAuggie2019 31 11,783 Oct-06-2019, 03:21 PM
Last Post: adt
  Python Programming Projects for Beginners jack_sparrow007 3 3,374 Dec-26-2018, 07:52 PM
Last Post: micseydel
  Help with Python programming mediaos 5 3,830 Aug-08-2018, 01:02 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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