Skip to content

Commit 206ed1a

Browse files
authored
Update CONTRIBUTING.md with GUI breakdown
1 parent 4e68d7b commit 206ed1a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ cmdCompass/
4141
├── __init__.py
4242
└── utils.py # Contains utility functions for various tasks.
4343
```
44+
### Main GUI Classes Breakdown
45+
<img width="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+
4447
### Customtkinter
4548
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.
4649
CustomTkinter provides a set of themed widgets that are designed to look modern and consistent across different operating systems.

0 commit comments

Comments
 (0)