Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 901 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 901 Bytes

BHAC

An application that encourages healthy practices in front of the computer

About

BHAC(Body Health Associated with Computers) is exactly what it sounds like. It is a desktop application which has the ultimate goal is for it to send out reminders to you so that you'll be able to routinely take breaks and check you posture, etc.

Technologies used

Demo

BHAC

How to build locally

To build locally, run the following command: pyinstaller --noconfirm --onefile --windowed --add-data "C:\Users\(your pc name)\AppData\Local\Programs\Python\(your python version that has custom tkinter)\Lib\site-packages\customtkinter;customtkinter/" "<Path to Python Script>"