#
Category: programming
See all categories.
programming
Call function from script from CLI
Blogeintrag auf baeldung.com To call functions from inside a shell
script from the CLI, you could try to
programming
Create a QR code for WiFi
Requires $WIFI_SSID
and $WIFI_PW
to be set.
programming
Custom JSON encoder for python
The json
module only can encode str
-like data. To encode other datatypes, just write a custom encoder class:
programming
Exclude a module from documentation when using pdoc3
Answer on github
programming
Simple Terminal Menu
simple-term-menu
creates simple menus for interactive command line programs. It can be used to offer a choice of