Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vickkie authored Dec 5, 2023
1 parent 9f88234 commit e3fa37b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# Uzi-Battery-monitor
A program to monitor if charger is plugged out and act accordingly

You can install in cmd or python the program by running in root python scripts folder

//code
Python312\Scripts>pyinstaller --onefile --noconsole --hidden-import win10toast --additional-hooks-dir=. --icon=icons8-connect-48.ico battery_monitor.py


depends on :

//ensure to install in python before building THE APPlication..
import os
import psutil
import time
from win10toast import ToastNotifier
from tkinter import Tk, Label, Button, Entry, messagebox, Text, Toplevel, END
import pystray
from pystray import MenuItem as item
from PIL import Image, ImageDraw
import threading
import sys


free for modification and fair use

0 comments on commit e3fa37b

Please sign in to comment.