Skip to content

sdiemert/CodeMagnets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

CodeMagnets

A fun project.

Creating Executable

To create an executable version of application use cx_freeze, a utility for packaging python applications as standalones executables.

  1. cd src
  2. rm -rf build/ dist/
  3. cxfreeze-quickstart
  4. Follow prompts
  5. python setup.py bdist_mac to build a mac OSX application, python setup.py build otherwise
  6. The executable will be placed in: `./build/exec-/APPLICATION_NAME

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages