We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5865206 commit 7bdd576Copy full SHA for 7bdd576
1 file changed
README.md
@@ -1 +1,19 @@
1
-# percentify
+# 📊 Percentify
2
+
3
+**Percentify** — because fractions are overrated 😎
4
+A ridiculously tiny Python library for turning *"part of a whole"* into neat percentages without the brain math.
5
6
+---
7
8
+## ✨ Features
9
+- ✅ Calculate the percentage of any two numbers
10
+- ✅ Safe divide (returns `0.0` if the denominator is zero — no more crashes 🎉)
11
+- ✅ Control the number of decimal places
12
+- ✅ Zero dependencies, ultra-lightweight
13
14
15
16
+## 📦 Installation
17
18
+```bash
19
+pip install percentify
0 commit comments