[PR #1062] [CLOSED] Add usage-gui #956

Closed
opened 2025-11-06 13:06:12 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1062
Author: @pemn
Created: 4/27/2018
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1062 **Author:** [@pemn](https://github.com/pemn) **Created:** 4/27/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`305a60d`](https://github.com/vinta/awesome-python/commit/305a60df7aa20886b954a00c88314087135f443e) Add usage-gui ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 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). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:06:12 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#956