Releases: Cloudzik1337/Interactive-Python-Menu
Releases · Cloudzik1337/Interactive-Python-Menu
1.0.5
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
1.0.4 Added Pretext and new style
Pretext
Now you can use pretext to print text before menu Usage pretext=<str>
New Style
Added ↳ (arrow style) example ↳ Option1
New way to acces styles
now instead of style=1
(still works) you can use Styles.<Name>
Rewrote display function
now _print_menu use exec()
to save space (still not sure about this)
1.0.3 Style Update and colors update
1.0.2
updated the menu.py file pull request
thanks @RjManhas for your time
What's Changed
New Contributors
Full Changelog: 1.0.0...1.0.2
1.0.1
Rewrote code to use classes basicly nothing changes except simple usage rename
1.0.0 Menu
Pretty simple just it
First release