Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 909 Bytes

File metadata and controls

22 lines (16 loc) · 909 Bytes

PassGen

Password generator program with a simple interface that you can generate random passwords.

Screenshots

Adsız Adsız1


Files and Descriptions

Files Descriptions
PassGen.exe Download the .exe file.
design.ui Interface file prepared with QT Designer.
convert.py .ui to .py convert.
design.py The file containing the components in the interface prepared with QT Designer.
main.py Main code block of the program.

The interface was prepared with the QT Designer program and included in the project using the PyQt6 library.