Skip to content

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

License

Notifications You must be signed in to change notification settings

secemp9/tk_offset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages