Skip to content

3.0.1

Choose a tag to compare

@mbcraft-exe mbcraft-exe released this 09 Oct 21:16
· 9 commits to main since this release
03512ac

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