Power Notifier notifies you about when your PC's battery has reached below certain percentage or have been fully charged or about to be discharged.
- Direct (.pyw file)
Since this project is still in development, I have released some basic codes of powerNotifier. You can use powerNotifier by just putting powerNotifier.pyw file in your PCs startup folder. This has been tested only for windows. But if you know what you are doing you can use it however you want.
dir = C:\Users\user_name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
- GUI
This is still in development. The GUI is being developed in Python by using Tkinter. Not recommended to use.