IngoMeyer441 / simple-term-menu

A Python package which creates simple interactive menus on the command line.
MIT License
492 stars 43 forks source link

Question on the tool #55

Open wangyihanlarry opened 2 years ago

wangyihanlarry commented 2 years ago

Hi,

This is fantastic tool, I am wondering how should I fill the text box instead of selection from a menu, is there a component for this?

BR Larry

IngoMeyer441 commented 2 years ago

Hey and thanks for the nice words. So you are looking for text fields? simple-term-menu is only intended for static menus / selecting pre-defined menu entries. You are probably looking for a more complete UI library for terminals like curses: https://docs.python.org/3/howto/curses.html.