Skip to content

fabionet/py-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py-Password-Generator

One Simple python password generator with interface PyQt5

FIRST CONFIGURATION Space Virtual Envelop separated for developers.

Install Python3

$ sudo apt install python3

----- Installing PIP command ------

$ sudo python -m pip install

Create Virtual Space

$ mkdir /home/yourname/git-repo-clone

$ cd git-repo-clone/

$ git clone https://github.com/fabionet/py-password-generator.git

$ cd py-password-generator/

----- Create Envelop Space -----

$ cd home/yourname/git-repo-clone/py-password-generator

  • Directory name of default but cat you create with different name in to

$ mkdir venv

$ cd venv

  • Installing virtual envelop space

$ python3 -m venv .

$ source bin/activate

$ cd ..

----- Installing PyQt5 Lib -----

$ pip install pyqt5

and.

Execute and develop for this project.

$ python3 passgen.py

Enjoy. ;-)

About

simple py password generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages