Skip to content

PeterFriedrich/stats-visualizations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stats Visualizations

Interactive desktop app for stats visualizations built with PyQt6. Used for intro stats learning.

Setup

# System dependencies (Ubuntu/Debian)
sudo apt-get install -y libxcb-cursor0

# Python environment
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run

python main.py

Build standalone binary

bash build.sh
# output: dist/stats-visualizations

Docs

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors