Tuesday 2 June 2015

Software to Create (.exe) from Python Script

Software To Create Windows Executable (exe) from Python Script:

This a simple software created by me To Create .exe from from a .py file in the most simplest way The below Video will explain how to use the software. Just Download the py2exe.zip from below link
(Note: You must have Python installed along with py2exe library)

Video:


Monday 1 June 2015

How to Create a Windows Executable (.exe) File of a Python Script

Hello everyone in this video Tutorial I will show you how to create windows executable of a Python Script using py2exe.

Video:



Sunday 31 May 2015

How to Install py2exe for Python 3.4

How to Install py2exe in windows 7 :



In this tutorial we will see how to install py2exe in Python 3.4

To install py2exe for Python 3.4 in windows 7 all you need is a command prompt because all the required modules and librarys are included in Python 3.4, which means we just have to use some commands to install py2exe

Steps to Install py2exe:

1. Open command prompt
2. cd to Scripts directory of Python 3.4
      cd C:\Python34\Scripts
3. When you are on the directory Scripts you only have to use one more command
     pip install py2exe 
The above command will install py2exe



Video :