Skip to content

1.0.5

Latest
Compare
Choose a tag to compare
@Cloudzik1337 Cloudzik1337 released this 16 Nov 18:40
· 1 commit to main since this release
43933a0

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