Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PasswordGenerator

Help

Initialize virtual environment

Linux | MacOS
python3 -m venv .venv
Window
python -m venv .venv

Activate virtual environment

Linux | MacOS
source .venv/bin/activate

Window | cmd.exe
.\.venv\Scripts\activate.bat

Window | PowerShell
.\.venv\Scripts\Activate.ps1

Convert main_window_template.ui file to main_window.py file

bash | bat

pyside6-uic ./src/ui/main_window_template.ui -o ./src/ui/main_window.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages