Metadata-Version: 2.1
Name: afroy
Version: 0.0.18
Summary: Simplifies some tasks
Home-page: UNKNOWN
Author: Yousef Abdelkader
Author-email: yousef.mkader@gmail.com
License: UNKNOWN
Description: Type 'afro.help()' for help
        Type 'afro.' followed by one of the folloing colors [green, red, yellow, cyan, magenta] then ("the text to add color to here") without spaces for eg. print(afro.red("This Text Is Red"))
        Type 'afro.' followed by 'diflet()' which will find the amount of different letters in a string.            (string, starting_value) so afro.diflet("hellllllllllo", 1) would return 5 because 4 different letters are in that string and the second parameter would be the added value.
        username and password account integration to programs!!!
Platform: UNKNOWN
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
