Last updated:
0 purchases
passwordgeneratorpkgNocturnalDevil 0.1.1
Password-Generator
Python Integration
Password generator which takes in a string and hashes it using MD5 algorithm
Author: Devil-Shinji
Requirements
pip install -r requirements.txt
Usage
Cd into Python directory
Run the program using either
python password_generator.py
or create an executable using pyinstaller [Add all necessary modules as hidden imports from requirements.txt]
pyinstaller --onefile password_generator.py --hidden-import pyperclip
and run the executable
./password_generator.exe
License
See LICENSE.md for more details
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.