https://github.com/jhairparis/probability-pif
https://github.com/jhairparis/probability-pif
mica-material probability window-11
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhairparis/probability-pif
- Owner: jhairparis
- License: gpl-3.0
- Created: 2023-11-19T03:27:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T03:57:21.000Z (over 1 year ago)
- Last Synced: 2025-01-14T06:45:45.494Z (5 months ago)
- Topics: mica-material, probability, window-11
- Language: Python
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PIF
```bash
python -m venv envcd env/Scripts
activate.bat //In CMD or
Activate.ps1 //In Powershelcd ..
cd ..pip install -r requirements.txt
```
change icon```bash
pyrcc5 icon.qrc -o icon_rc.py
```