Metadata-Version: 2.4
Name: ryupassgen
Version: 1.0.0
Summary: A simple random character generator that could use as passwords
Author-email: ryuzen06 <ziel26314@gmail.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

           Python Package

Package Name: ryupassgen
Package Version: 1.0.0
Author: Ryuzen06
Email: ziel26314@gmail.com
==========================
   HOW TO USE

Use the ryupassgen.gen(password_length) function to generate your password.

example:
  
   password = ryupassgen.gen(8)
   print(password)

example output: 

   kV&#7kCM
