summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorseth <[email protected]>2022-06-28 23:43:07 -0400
committerseth <[email protected]>2022-06-28 23:54:35 -0400
commitb491e255945f055c26bfefc9d0526f1a36e7a554 (patch)
treeea5fb42e463dba6c7bc092159361b5a0ae0294bb /README.md
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6672034
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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
+```