Skip to content

Gooey, PyInstaller, and Azure Devops Demo. GUI'd and Package'd Python command line apps for macOS and Windows. Going from Argparse to GUI to EXE/.app fast.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

nelsonjchen/gooey-pyinstaller-demo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Gooey PyInstaller Demo

As seen at DesertPy Show And Tell 2018-08-08.

Tags

In order from minimum to more.

  • non-gui-non-portable - Your plain old arg-parse usin' Python script. What most of you all start with.
  • lean-gui - The bare minimum to get a GUI from Gooey.
  • some-gui - Using Gooey's enhanced Argument Parser
  • meaty-gui - Demo adding a progress bar with a regex and expression in Gooey.
  • portable-app - PyInstaller definitions to make the GUI-ized portable
  • portable-app-win - Fixes for Windows's buffered output with Gooey
  • ci-azure - Build configuration for building redistributables on Azure Pipelines for Windows and macOS.
    • Build Status
    • Linux has troubles. Not sure how to fix yet.

To check out these different stages, just run git checkout <tagname>. Be aware this README.md is not on any of those tags.

Check it Out! This is a only a very small subset and demo.

Gooey can do a lot more, so go check out their repo!

Same goes for Pyinstaller!

License

It's so small, but consider this dual licensed under MIT / Apache 2.0. Have fun.

About

Gooey, PyInstaller, and Azure Devops Demo. GUI'd and Package'd Python command line apps for macOS and Windows. Going from Argparse to GUI to EXE/.app fast.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages