DEV Community

Cover image for Incredibly easy way to do a program
Edvard Rejthar
Edvard Rejthar

Posted on

Incredibly easy way to do a program

The hardest part of programming is interacting with the user. It’s often unnecessary and time-consuming. You can either use input(), or you have to learn an entire framework. But which one should you choose? A GUI toolkit? What if your app also needs to run in the terminal?

This package, Mininterface, saves you a lot of time. Just a single import turns any script into a real program — with a command-line interface, support for config files, and dialogs that work both as a desktop app and a terminal app, depending on where it’s run.

https://github.com/CZ-NIC/mininterface/

Top comments (0)