team1389 / ElectriScout-CLI

CLI-Based version of ElectriScout - Runs on Linux and any computer with the Bash shell
2 stars 0 forks source link

Use curses for input #4

Open ErikBoesen opened 6 years ago

ErikBoesen commented 6 years ago

Rather than having people manually type things in with nano, you can add interactive controls in a curses interface. There are some good libraries for this which I'll find later on.

ErikBoesen commented 6 years ago

https://npyscreen.readthedocs.io/introduction.html

This is the library I was thinking of.