Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# PIF

Icon PIF

```bash
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

```bash
pyrcc5 icon.qrc -o icon_rc.py
```