xcanvas

Extended tkinter canvas class


License
MIT
Install
pip install xcanvas==1.21

Documentation

XCanvas

  • An extended Python/tkinter Canvas window with zoom/scale and extended bindings.
  • See the tkinter Python module, Canvas class, for basic functionalities
  • Usage examples for the XCanvas class are included in the file "test.py" in this package