Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 520 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 520 Bytes

tk_offset

Add offset support to the Tkinter's Text widget and it's different methods (delete, tag_add, etc)

Where it started: https://stackoverflow.com/a/74461805/12349101

TODO

  • Make this a nice class
  • Add support for 1:1 for f.seek, f.tell, at least as much as possible
  • Make more example of how this can be used, for different context/purposes
  • More interactive testing (mostly for me...it's fun)
  • Add support for every other methods since I only supported the tag_add one for now (as the description says)