Gooey
missing-semester
Gooey | missing-semester | |
---|---|---|
62 | 381 | |
21,334 | 5,194 | |
0.6% | 0.8% | |
0.0 | 5.8 | |
4 months ago | 11 days ago | |
Python | CSS | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Gooey
-
Fang, the CLI Starter Kit
It would be really cool if you Fang could generate a TUI form for you with https://github.com/charmbracelet/huh (by the same org). Is something like that on the roadmap?
Similar work: https://github.com/chriskiehl/Gooey and https://github.com/Sorcerio/Argparse-Interface
I've wanted to do this for my own CLI framework since 2023 ( https://github.com/bbkane/warg/issues/71 ), but I still haven't gotten around to it :D
-
Gooey VS mininterface - a user suggested alternative
2 projects | 20 May 2025
-
Gooey: My take on a Rusty GUI framework
The name conflicts with a similar python module that allows one to turn any Python console program into a GUI with one line.
https://github.com/chriskiehl/Gooey
- FLaNK Stack Weekly 11 Dec 2023
- Turn (almost) any Python command line program into a full GUI application with one line
-
Gooey: Turn almost any Python command line program into a full GUI application
Hey! Cool project! I have a question: why do you dump out sys.argv to a local file in the CWD? [0] tmp.txt is hardly a unique nameโฆ or am I missing something and this never triggers?
[0] https://github.com/chriskiehl/Gooey/blob/be4b11b8f27f500e732...
-
PysimpleGUI
This might be of interest to you:
> Gooey - Turn (almost) any Python 3 Console Program into a GUI application with one line
https://github.com/chriskiehl/Gooey
-
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.
missing-semester
-
Level up your dev career with the T-shape strategy and why generalists donโt get XP boosts
The Missing Semester of Your CS Education Learn CLI, Git, and other real dev tools.
-
My imaginary children aren't using your streaming service
The solution is avoiding crappy UIs designed to "help those who do not know how to use a computer" keeping them in their ignorance to exploit them and damn teaching IT. The MIT Missing Semester of Your CS Education https://missing.csail.mit.edu/ should be mandatory for high schools in 2025. People than will choose not to buy services but contents, and instead of watching Netflix with multiple accounts in a family they'll simply milk a public catalog passing through their own recommendation engine/scoring system, downloading what they want and keeping it locally on their own storage having bought the bits, not the service. With the side effect of much reducing the enormous consumption of bandwidth and energy we have today to keep internet up for the old new mainframe model named "the cloud".
The push toward {fog,edge}-computing, new distributed LLM proposals like BrianknowsAI's DCI Network clearly show this trend. We need moldable systems not cages.
-
Ask HN: Book recommendations for CS fundamentals for a self-taught programmer?
The recommendations in this thread so far do suggest a lot of nice books - CS:APP and SICP - but given your description of previous struggles with more academic stuff, along with the request for "practical examples or projects", I'm not sure they are right for you. By all means take a look, but don't be discouraged if they don't fit what you're after. An algorithm book with a somewhat different tone that you might check out is Skiena's Algorithm Design Manual. I've been reading Ousterhout's A Philosophy of Software Design recently and that might also be something that would interest you.
However, I might suggest that books and theoretical knowledge are not the main things you need right away. I moved into software engineering after a long time in science. I had done plenty of coding, and had a pretty decent amount of theoretical knowledge, but there was still quite a bit of practical adjustment. I really like Rzor's suggestion of https://missing.csail.mit.edu to start with.
Beyond that, I think maybe I would find some specific codebases that you'd like to understand better, and start with reading more of those. I feel like that's often better than books for picking up idiomatic usage and patterns in given domains. As you hit specific barriers, I think it will be much easier to pick up the intrinsic motivation to dip back into theoretical knowledge at that point.
- MIT: The Missing Semester of Your CS Education
-
The number of CS grads who don't even know basic Git commands is astounding
It is more than just that. I used to recommend a lot the MIT's Missing Semester of your CS Education https://missing.csail.mit.edu/ to people that is not familiar with some topics at work.
-
Ask HN: I want to learn to use the terminal, where do I start
The missing semester of your cs education
https://missing.csail.mit.edu/
-
Please advise, still struggling intensely
You mentioned having issues with accessory concepts so perhaps this might help: https://missing.csail.mit.edu/. There's also a chapter on git
- Curso del IPN
-
CS2030S and CS2040S advice
https://missing.csail.mit.edu/ is a good way to pass the Dec-Jan break if you want to prep for CS2030S + some more general stuff.
-
I cancelled my Replit subscription
Reflecting a little bit more I don't think it was replit's fault, per-say. But that change should have been made together with a larger adjustment to the program. Like adding a class/unit in the style of [the missing semester](https://missing.csail.mit.edu/) to make sure people came away with a good range of intuitions.
What are some alternatives?
Python Fire - Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
flexboxfroggy - A game for learning CSS flexbox ๐ธ
typer - Typer, build great CLIs. Easy to code. Based on Python type hints.
CS50x-2021 - ๐ HarvardX: CS50 Introduction to Computer Science (CS50x)
asciimatics - A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
learnxinyminutes-docs - Code documentation written as code! How novel and totally my idea!