Skip to content

phokai/PassGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.