Tcl

A coding language used for Graphical user interface


License
MIT
Install
pip install Tcl==0.2

Documentation

sq

Here is some info about Tcl. Before you can code you need to make a window. you can do this using Tcl.window(). To add text use Tcl.Lb('Text here'). Use Tcl.Bn('Button text') to create a button. Use Tcl.Tl('Put your title here') to change the title of the window. Use Tcl.size('300x200') to change the size. Use Tcl.Mx('Text for your message box') to create a message box. Use Tcl.mainloop() to run all your code.