Skip to content

Commit 7bdd576

Browse files
committed
update markdown
1 parent 5865206 commit 7bdd576

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
# percentify
1+
# 📊 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

Comments
 (0)