This Password Generator is made using python. Has simple GUI interface made with the help of Qt Designer tool.
To run this code run main.py
To convert the ui file to .py file
$ pyuic5 -x <ui file name.ui> -o <your filename.py>
$ pyrcc5 -o <your filename.py> <qrc filename>
commands to convert ui and qrc file to .py for linux
Libraries used
PyQt5
random
string
Code is Made by Aditya Khode
< /Happy Coding ! >

