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.
2 Respostas
0
You can use curses library for python, if you want to have a fully functional UI with a text-based interface.
0
can you elaborate?