Metadata-Version: 2.1
Name: BitFieldDraw
Version: 0.1.1
Summary: A simple module for creating bit field art for strings or screens.
Home-page: https://github.com/asweigart/bitfielddraw
Author: Al Sweigart
Author-email: al@inventwithpython.com
License: MIT
Description: Reference
        ----------
        
        TODO - finish this section
        
            getBitField(func, invertBit=False, left=0, bottom=0, width=None, height=None)
        
            getBitFieldImg(func, invertBit=False, left=0, bottom=0, width=None, height=None, trueColor='white', falseColor='black')
        
            saveBitFiledImg(filename, func, invertBit=False, left=0, bottom=0, width=None, height=None, trueColor='white', falseColor='black')
        
            getBitFieldStr(func, invertBit=False, left=0, bottom=0, width=None, height=None)
        
            printBitFieldStr(func, invertBit=False, left=0, bottom=0, width=None, height=None)
        
            saveBitFieldStr(filename, func, invertBit=False, left=0, bottom=0, width=None, height=None)
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
