Metadata-Version: 2.1
Name: realtimeCanvas
Version: 0.1.1
Summary: A Python package for real-time image display and manipulation with Tkinter and PIL.
Home-page: https://github.com/Volburaal/realtimeCanvas
Author: Charles Chaotic (Volburaal)
Author-email: harvey.harrington@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Pillow>=8.0.0

Allows for the realtime display of changes made to images using PIL.The image is displayed in a Tkinter window.At any point the current image may be saved, or all current changes may be compiled into a gif.
