Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepolimer committed Feb 17, 2024
1 parent 4d02d90 commit e64ba4c
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
# pwd-generator
# pwd-generator

<br/>

You can **use different types of generators** and **define the length** of your password for each of them:
- Uppercase-only
- Lowercase-only
- Letter-only
- Digit-only
- Special character only
- Custom : select options you want or not for you password

<br/>

## Installation
```commandline
pip install git+ssh://git@github.com/Zepolimer/pwd-generator.git@main#pwd-generator
```

```commandline
rm build/ pwd_generator.egg-info dist -Rf
python3 setup.py bdist_wheel
pip3 install -I dist/pwd_generator-*-py3-none-any.whl
```

## Unittests
```commandline
python3 -m unittest
```

0 comments on commit e64ba4c

Please sign in to comment.