Metadata-Version: 2.1
Name: pihat-widget
Version: 1.3.1
Summary: Widgets for Python programming beginners
Home-page: https://github.com/chrisf17/pihat-widgets
Author: Chris Farrell
Author-email: pihat@xivuh.com
License: MIT
Description: # PIHAT Widgets
        
        ## About
        
        The purpose of this module is to provide a set of programmable visual gadgets that can be used in different projects
        
        The module contains three gadgets
        
        - LedMatrix
        - TrafficLight
        - LEDCharacter
        - LEDMultiCharacter
        
        ## Details
        
        ### LedMatrix
        
        Displays an LED grid of lights. The colour of each light can be controlled using an RGB tuple
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
