Skip to content

akhof/PySaved

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PySaved

PySaved is a simple GUI for PyInstaller, a program that converts Python (2.6-2.7) programs into stand-alone executables. You can use PySaved under Windows XP or newer and Linux.

Requirements

  • Python:
    • 2.6 - 2.7 (Python 3 is not supported)
    • PyCrypto 2.4+ (only if using bytecode encryption in your program)
    • wxPython 2.8+
  • Windows (32bit/64bit):
    • Windows XP or newer
    • pywin32
  • Linux (32bit/64bit)
    • ldd (this typically can by found in the distribution-package glibc or libc-bin)
    • objdump (this typically can by found in the distribution-package binutils)

Usage

You have to run /PySaved/run.py and follow the displayed instructions.

Screenshots

Screenshot1 Screenshot2

##Links

About

PySaved is a simple tool that converts Python programs into stand-alone executables

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages