python-mini-projects/projects/Battery_notification at master · Python-World/python-mini-projects

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on May 25, 2022. It is now read-only.

Latest commit

Battery Notificator

This python script gives you a notification about your battery percentage of the device.

Pre-requisites:

You will need to install python on your machine. You can download python from the python.org and install it. And a few other python package that you need to install are as:

1. psutil
    > pip install psutil

2. pynotifier
    > pip install py-notifier

3. win10toast
    > pip install win10toast

How to run the Script:

Authon Name:

Bharat Gupta