Skip to content

Vishnu12233/password-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

This project you can use it to generate strong password and copy it automaticly in your clipboard

Tech Stack

Enviroment Manager: Pipenv

Installation

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 pipx

Once 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 | python

Usage/Examples

pipenv shell
python password_generator.py

Acknowledgements

Authors

About

Mini Python Project - Password Generator

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%