Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 267 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 267 Bytes

PIF

Icon PIF

python -m venv env

cd env/Scripts

activate.bat //In CMD or
Activate.ps1 //In Powershel

cd ..
cd ..


pip install -r requirements.txt

change icon

pyrcc5 icon.qrc -o icon_rc.py