This project you can use it to generate strong password and copy it automaticly in your clipboard
Enviroment Manager: Pipenv
Install password-generator with pipenv
- Install Pipenv
It is recommended that users on most platforms should install pipenv from pypi.org using:
pip install pipenv- Isolated Installation of Pipenv with Pipx Pipx is a tool to help you install and run end-user applications written in Python. It installs applications into an isolated and clean environment on their own. To install pipx, just run:
pip install --user pipxOnce you have pipx ready on your system, continue to install Pipenv:
pipx install pipenv- Pragmatic Installation of Pipenv If you have a working installation of pip, and maintain certain “tool-chain” type Python modules as global utilities in your user environment, pip user installs allow for installation into your home directory. Note that due to interaction between dependencies, you should limit tools installed in this way to basic building blocks for a Python workflow like virtualenv, pipenv, tox, and similar software. To install:
pip install --user pipenv- Crude Installation of Pipenv If you don’t even have pip installed, you can use this crude installation method, which will bootstrap your whole system:
curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | pythonpipenv shell
python password_generator.py