Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhairparis/probability-pif
https://github.com/jhairparis/probability-pif
mica-material probability window-11
Last synced: about 2 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T03:57:21.000Z (about 1 year ago)
- Last Synced: 2023-11-20T04:34:52.587Z (about 1 year 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
```