summaryrefslogtreecommitdiff
path: root/README.md
blob: 6672034591057189bd148637913da55b9f8bebc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# countDistros

these are just python scripts that scrape through [ProtonDB](https://www.protondb.com/) data (published [here](https://github.com/bdefore/protondb-data)), count how many times a distro is reported as being used, and can (optionally) display a pie chart showing the results.

## examples

to view plain text results:
```sh
python countdistros.py reports.json
```

to show a pie chart:
```sh
python countdistros_pichart.py reports.json
```