Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YouKnowJoey authored Jun 11, 2024
1 parent 118ae52 commit 027f241
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ Many home buyers use a calculator to determine their monthly house payment, but
## **File Structure**
```
Home-Choice-Pro/
CONTRIBUTING.md # Directions for Contributing to the project
├── CONTRIBUTING.md # Directions for Contributing to the project
├── requirements.txt # List of project dependencies
├── README.md # Project overview and documentation
├── LICENSE # License information
└── home-choice-pro/ # Main application package
├── __init__.py
├── main.py # Entry point of the application
├── controllers/ #
├── models/ # Data models (for analytics and logic classes)
├── docs/ # Documentation of project
├── images/ # Images used in project
Expand All @@ -40,12 +39,12 @@ Home-Choice-Pro/
├── tests/ # Unit tests
│ ├── __init__.py
│ ├── test_main.py
│ └── other_tests.py
│ ├── tests_models/
│ └── tests_views/
└── resources/ # Resources like images, icons, etc.
├── styles/
└── other_ui.ui # UI file created with Qt Designer
└── all_ui.ui # UI files created with Qt Designer
```

## **Contributors:**
Expand Down

0 comments on commit 027f241

Please sign in to comment.