Metadata-Version: 2.1
Name: tkcode
Version: 0.1.4
Summary: A code editor and code block widget for tkinter with syntax highlighting, and some other useful stuff
Home-page: https://github.com/rdbende/tkcode
Author: rdbende
Author-email: rdbende@gmail.com
License: MIT license
Description: # tkcode
        Code block and code editor widget for tkinter with syntax highlighting with Pygments for many languages, plenty of property getters and setters, for easier handling, built-in read from or save to file, and many more...
        
        [![Upload tkcode to Pypi](https://github.com/rdbende/tkcode/actions/workflows/python-publish.yml/badge.svg)](https://github.com/rdbende/tkcode/actions/workflows/python-publish.yml)
        
        
        ### Install
        The installation is very easy via Pip
        ```
        pip3 install tkcode
        ```
        or if you're using Windows:
        ```
        pip install tkcode
        ```
        
        ### Screenshots
        
        ![image](https://user-images.githubusercontent.com/77941087/123085590-b1afd800-d422-11eb-9c78-e929e202c53f.png)
        ![image](https://user-images.githubusercontent.com/77941087/123086076-49adc180-d423-11eb-9132-c17de1b05516.png)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
