Skip to content

Releases: mbcraft-exe/interactive_buttons

3.5.0

12 Oct 16:31
dae5c9b
Compare
Choose a tag to compare

Version 3.5.0

Added :

  • Adding matrix function to display buttons matrix shaped.
    mtrix = [[dict(), dict(), dict()],
             [disct(), dict(), dict()]]

3.0.1

09 Oct 21:16
03512ac
Compare
Choose a tag to compare

Version 3.0.1

Added :

  • Now to add buttons, you have to use dict.
    buttons = [dict(name="Button 1", function=func1, args=("Hello !")),
               dict(name="Button 2", function=func2)]
  • column function added. DO NOT WORK ON EMULATED TERMINALS.
  • SPACES between linear buttons can now be defined.
    Variables.SPACES = "   "  # Default 5

2.2.0

08 Oct 21:07
10ba545
Compare
Choose a tag to compare

Version 2.2.0

Fixed issues :

  • When creating less than 3 buttons, the buttons made the error list index out of range.
  • When creating more than 4 buttons, the selector went to the three first buttons.

Added :

  • You can now defaultly get the output of the selected function.
    image_2023-10-08_230720380