Metadata-Version: 1.2
Name: ohsgpgn
Version: 0.0.22
Summary: oh Simple good password generator(ohsgpgn)
Home-page: http://pypi.python.org/pypi/ohsgpgn/
Author: OhYoungJooung
Author-email: wnapdlf05@gmail.com
License: LICENSE.txt
Description: ===========
          ohsgpgn
        ===========
        
        This ohsgpgn is simple good password generator in which the generated password includes at least one number,ascii,digit and special chars('!@$%^&*()+').With argument length of password can be set. If the argument is less than 4, the generated password length will be at least 4.
        
            #!/usr/bin/env python3
        
            import ohsgpgn
        
            ohsgpgn.genGoodpass(10)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
