[Tutor] Simple curses application
Alex Kleider
alexkleider at gmail.com
Mon Oct 25 17:03:57 EDT 2021
On Mon, Oct 25, 2021 at 10:10 AM Julius Hamilton <
juliushamilton100 at gmail.com> wrote:
>
> # show a menu of imported texts with curses. The user can navigate up and
> down with Vim keys: j and k, and choose one with “enter”. What’s a good way
> to do that with curses? Or a different library?
>
You may well have already gotten as much as you need/want from Alan's
answer...
I gather that you already have a functioning program that runs with command
line arguments and your wish is to have it driven by a curses interface.
I have been dealing with the same scenario lately- creating a front end
curses interface to a command line driven code base. Would be happy to
share/collaborate if you should have any interest in doing so. (I assume
doing so off list would be the most appropriate.)
Alex Kleider
_______________________________________________
> Tutor maillist - Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>
More information about the Tutor
mailing list