Metadata-Version: 2.1
Name: random-username
Version: 1.0.0
Summary: Randomly generate compelling usernames.
Home-page: https://github.com/williexu/random_username
Author: williexu
Author-email: wx44@cornell.edu
License: MIT
Description: # Random Username Generator
        
        A package to randomly generate usernames
        
        ## Installation
        
            pip install random-username
        
        This package is supported on Python 2.7, as well as Python 3.5 and above.
        
        # How to use
        
        Command-line tool application to generate usernames in the format `<adjective><noun><number>`.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
