Skip to content

Commit 962e556

Browse files
committed
Merge branch 'Develop' of https://github.com/Adam-Color/AppUsageGUI into Develop
2 parents 4750593 + f5889d7 commit 962e556

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@ To install, follow the instructions for your platform found here:
2424

2525
NOTE: GIL is detached for the macOS build; use Python 3.13.7t
2626

27+
## Building
28+
29+
For building, it is recommended to use Python 3.13.7 for Windows/Linux, and 3.13.7t for macOS in a virtual enviroment.
30+
31+
Install requirents:
32+
`pip install -r requirements.txt`
33+
34+
Run build script:
35+
`python build.py`
36+
37+
The resulting AppUsageGUI folder will be created in dist/
38+
39+
Scripts to create macOS/Windows installers are located in dev/
40+
2741
## How It Works
2842

2943
AppUsageGUI is a cross-platform desktop application built with Python and Tkinter that monitors application usage time with project-based organization. The application works by:

src/core/gui_root.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def show_logs(self, _=None):
232232
f"Platform: {platform.system()} ({platform.machine()})\n"
233233
f"{'=' * 21}\n"
234234
f"NOTE: logs window only refreshes when reopened.\n\n"
235-
)
235+
)
236236

237237
# Read logs from the log file if available
238238
log_contents = ""

0 commit comments

Comments
 (0)