Cross-platform Random Password Generator
- Windows [Native/Python]
- Linux [Native/Python]
- MacOS [Python]
You can download the latest version from the Releases page.
- Windows
- Visual Studio 2022 or Python
- Linux
- Clang(LLVM) or Python3
- Make
- MacOS
- Python
- Open
src\C++\Password.sln
in Visual Studio - Set configuration to Release and x64
- Solution Explorer > Solution 'Password' > Build Solution
- Just double click the
src\Python\Build.bat
- Go to
src/C++
- Run
make
- Go to
src/Python
- Run
make
- Go to
src/Python
- Run
python3 -m compileall Password.py
- Just run the
Password.exe
- Just run the
./password
python3 Password.pyc