SaaSHub helps you find the best software and product alternatives Learn more →
Gooey Alternatives
Similar projects and alternatives to Gooey
-
Python Fire
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
-
PySimpleGUI
Launched in 2018. It's 2023 and PySimpleGUI is actively developed & supported. Create complex windows simply. Supports tkinter, Qt, WxPython, Remi (in browser). Create GUI applications trivially with a full set of widgets. Multi-Window applications are also simple. 3.4 to 3.11 supported. 325+ Demo programs & Cookbook for rapid start. Extensive docs
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
-
asciimatics
A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
-
python-prompt-toolkit
Library for building powerful interactive command line applications in Python
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
textual
The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
-
-
-
-
-
-
-
-
youtube-dl-gui
A cross-platform GUI for youtube-dl made in Electron and node.js (by jely2002)
-
-
-
youtube-local
browser-based client for watching Youtube anonymously and with greater page performance
-
GooeyVideo
A small collection of FFMPEG tools which I use while working on Gooey
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Gooey reviews and mentions
-
Python GUIs
I love gooey: https://github.com/chriskiehl/Gooey
It allows me to quickly slap a GUI on an existing script that accepts command-line-arguments. In the end, I get the best of both world: Discoverability from the GUI, automation through the script, and automatic feature parity between the two.
Downside: Control over the GUI layout is basic, and only "standard" GUI features work, but I never felt limited when using it.
-
Launch HN: Onu (YC W23) – Turn scripts into internal tools in minutes
similar for local/individual usage:
https://github.com/chriskiehl/Gooey - take a python-CLI, make a TK-windows
and then probably even simple dashboarding like streamlit.
-
This package will "GUI-fy" your functions!
Like Gooey?
- Speak English to me, The secret World of Programmers
-
This Week In Python
Gooey – Turn (almost) any Python command line program into a full GUI
-
Does anyone know of a GUI that can be used to run a python script and see the output?
Check out Gooey. It automagically generates a GUI from the argparse CLI.
-
Show HN: Rocketry – Modern scheduler to power your Python projects
Fire can basically do the first step (object -> CLI):
https://github.com/google/python-fire
Gooey can do (CLI -> GUI):
-
What is the easiest way to create a GUI using python ??
Really helped me with one of my projects. Here’s the link: https://github.com/chriskiehl/Gooey
Since you asked for the easiest, and not the best, the answer is Gooey.
- If OpenSSL Were a GUI
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa1aacb40>
www.saashub.com | 3 Dec 2023
Stats
chriskiehl/Gooey is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Gooey is Python.