slack-desc 985 B

1234567891011121314151617181920
  1. # HOW TO EDIT THIS FILE:
  2. # The "handy ruler" below makes it easier to edit a package description.
  3. # Line up the first '|' above the ':' following the base package name, and
  4. # the '|' on the right side marks the last column you can put a character in.
  5. # You must make exactly 11 lines for the formatting to be correct. It's also
  6. # customary to leave one space after the ':' except on otherwise blank lines.
  7. |-----handy-ruler------------------------------------------------------|
  8. easygui: easygui (very easy GUI programming in python on top of Tkinter)
  9. easygui:
  10. easygui: It provides an easy-to-use interface for simple GUI interaction with
  11. easygui: a user. It does not require the programmer to know anything about
  12. easygui: tkinter, frames, widgets, callbacks or lambda.
  13. easygui: All GUI interactions are invoked by simple function calls that return
  14. easygui: results. It is written by Stephen Ferg.
  15. easygui:
  16. easygui: Homepage: http://easygui.sourceforge.net
  17. easygui:
  18. easygui: