You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,9 @@ cmdCompass/
41
41
├── __init__.py
42
42
└── utils.py # Contains utility functions for various tasks.
43
43
```
44
+
### Main GUI Classes Breakdown
45
+
<imgwidth="703"alt="Screenshot 2024-05-30 at 3 05 12 PM"src="https://github.com/johnwangwyx/cmdCompass/assets/78456315/99e2d354-18ca-4564-a483-c273309fa23b">
46
+
44
47
### Customtkinter
45
48
The application utilizes the [customtkinter](https://github.com/TomSchimansky/CustomTkinter) library, a modern and visually appealing toolkit for creating graphical user interfaces (GUIs) with Python.
46
49
CustomTkinter provides a set of themed widgets that are designed to look modern and consistent across different operating systems.
0 commit comments