mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-19 05:31:28 -05:00
[PR #1062] [CLOSED] Add usage-gui #956
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1062
Author: @pemn
Created: 4/27/2018
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
305a60dAdd usage-gui📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
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).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.