
Arpit Soni
@arpit
Let's make the world a better place


Amazing Python Mini-Projects
Written by Arpit Soni
## 1. Get Laptop Battery Percentage using Python ``` python # python script showing battery details import psutil # function returning time in hh:mm:ss def convertTime(seconds): minut...