Metadata-Version: 2.1
Name: unihiker
Version: 0.0.29.0
Summary: Library for Unihiker M10
Home-page: https://github.com/UNIHIKER/unihiker-pypi-lib
Author: unihiker Team
Author-email: unihiker@dfrobot.com
Project-URL: Bug Tracker, https://github.com/UNIHIKER/unihiker-pypi-lib
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Education
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fontTools
Requires-Dist: pillow
Requires-Dist: numpy
Requires-Dist: qrcode
Requires-Dist: pydub
Requires-Dist: pygame
Requires-Dist: pyaudio; platform_system == "Linux"
Requires-Dist: pyaudio; platform_system == "Windows"

# unihiker
This is a library for unihiker M10 from DFRobot (https://www.unihiker.com). Now there is an easy-to-use GUI inside based on tkinter and ttkbootstrap. This library aims to make unihiker suitable for education scenario.
The parameters in GUI's function is highly compatible with Tkinter's Button and Canvas widget. You could find the reference from here to get the detail configuration and parameters:
https://anzeljg.github.io/rin2/book2/2405/docs/tkinter/canvas.html
https://anzeljg.github.io/rin2/book2/2405/docs/tkinter/button.html

## Notice

Note: This library is developed solely to support the unihiker M10 system and does not guarantee compatibility with other systems and hardware.
