Metadata-Version: 2.1
Name: pywrdgen
Version: 0.1.0
Summary: Generate (possibly) secure passwords.
Home-page: https://github.com/ncdulo/pywrdgen
Author: ncdulo
License: MIT
Description: # pywrdgen
        Generate (possibly) secure passwords.
        
        Just a little project to toy around with. I don't intend this to be anything
        ground-breaking and exciting. Just a little utility to generate password(s).
        
        # use
        From inside your virtual environment of choice, install the requirements. Then
        run the module or source file directly. This might be done as..
        
        ```bash
        pip install -r requirements.txt    # Install requirements
        python -m pywrdgen                 # Run as a module
        python pywrdgen/__main__.py        # Run the source file directly
        
        python -m pywrdgen --help          # Display global flags help
        python -m pywrdgen gen --help      # Display generator flags help
        ```
        
        # contributing
        Any, and all contributions are welcome. Be it issues, suggestions, thanks. I
        appreciate all of it. Feel free to submit a pull request, or write an issue 
        with what's on your mind.
        
Keywords: password pwgen generate generator cli utility tool
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Security
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
