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 details)
File details
Details for the file Tklighter-0.0.1.tar.gz.
File metadata
- Download URL: Tklighter-0.0.1.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85a06698fe8a434b8c78852774682031c78753ada403246bc4f2fde1d3e9562e
|
|
| MD5 |
bf3cf64bb76185df4ea8707f8f9ccd63
|
|
| BLAKE2b-256 |
e2f5da2ce08d3953b3868823f93a69d4d1c194ce8255c34ac9700c0ad9eae3d2
|