This update was focused to optimize code
pylint rating 7.5 -> 9.8 / 10
New way to launch menu
Now you have to add .launch()
to end of class declaration
New option show_example()
render each style with example options
usage menu.Menu().show_example()
New way to acces response
Now variables are also passed so
x = menu.Menu(bla bla bla)
resp = x.launch("String") # String Or Index
print(resp)
>> Option1