How can I make a selection menu that will have more than 10 options in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I make a selection menu that will have more than 10 options in python?

10+ Options within selection Menu. I am running RedHat and use CLI rather than GUI.

2nd Aug 2018, 1:40 AM
Jimmy Mathis
Jimmy Mathis - avatar
2 Answers
0
You can use curses library for python, if you want to have a fully functional UI with a text-based interface.
2nd Aug 2018, 7:05 AM
strawdog
strawdog - avatar
0
can you elaborate?
5th Aug 2018, 7:51 AM
Jimmy Mathis
Jimmy Mathis - avatar