Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A awesome-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 317
    • Merge requests 317
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Vinta Chen
  • awesome-python
  • Merge requests
  • !1062

Add usage-gui

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/pemn/master into master Apr 27, 2018
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: pemn

What is this Python project?

A high level library which can turn command line scripts from most interpreted languages into a graphical application. It requires a single "usage" line to be present on the client script. This line is parsed to generate a "automatic" gui, while also allowing for more advanced features. Its a new paradigm which is better explained in the project page. Also includes a custom window batch file to enable running the script from a shortcut on systems where python is not installed but is available as a "portable" distro or embedded on a 3rd party application.

What's the difference between this Python project and similar ones?

While the spirit is somewhat similar to Gooey, it can be used with languages other than python. Its fully data driven, and can be mantained by end users with limited programming skills. On a recent market analysis i could not find any other projects that offer this kind of high level funcionally, in python or any other languages. Most interpreted languages could be supported. The current supported languages are windows batch (.bat/.cmd), windows WSH (.js/.vbs), C-Shell (.csh), Windows powershell and Perl (.pl/.lava).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/pemn/master