Search
Results
Windows embeddable Python
windows - How do I find out the browser's proxy settings? - Stack Overflow
cross platform - How can I find the current OS in Python? - Stack Overflow
Open document with default OS application in Python, both in Windows and Mac OS - Stack Overflow
Creating an Executable from a Python Script
Python is one of my favorite programming languages. That being said, if you've ever had to deploy an application written in Python then you know just how painful it can be. Fortunately, there are some…
On Python 3.5: Colorama does not recognize Windows environment · Issue #79 · tartley/colorama
Since my update of Python 3.4 to 3.5 colorama does not recognize a Windows environment if launched from PowerShell. Running colored scripts from cmd.exe does still work. An explicit init(convert=tr...
Creating an Executable from a Python Script | Matt Borgerson
Fortunately, there are some pretty awesome open-source tools that can be used to package a Python program into a standalone binary executable that contains everything needed to run the application (i.e. Python interpreter, program code, libraries, data, etc.).
Welcome to PyInstaller official website — PyInstaller
PyInstaller is a program that freezes (packages) Python programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, Solaris and AIX. Its main advantages over similar tools are that PyInstaller works with Python 2.7 and 3.3—3.5, it builds smaller executables thanks to transparent compression, it is fully multi-platform, and use the OS support to load the dynamic libraries, thus ensuring full compatibility.
PyWin32 Documentation
Curtains — A Windows GUI toolkit for Python
Tim Golden's Python Stuff: Win32 How Do I...?
The Python Script Collection For Windows
Complete guide to py2exe (for PyGTK applications)
Tiny ERP & CRM:
DrPython
py2exe
A Python distutils extension which converts python scripts into executable windows programs, able to run without requiring a python installation.