Adds syntaxhighlighing to tkinter Text
Project description
# TKlighter Adds syntax highlighting to the tkinter Text widget
## Usage
TKlighter.def_h(text_widget, ‘#ff0000)
- def ekey(event):
TKlighter.def_h(Tk.Text ‘green’)
root.bind(‘<Key-e>’, ekey)
## Supports regex
TKlighter.custom_regex_h(e_text, r’de’, ‘green’)
Change Log
0.0.1 (05/03/2021)
-First Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Tklighter-0.0.1.tar.gz
(6.6 kB
view hashes)