-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
49eb01c
commit ac261a9
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
# UQ-Course-Planner | ||
W.I.P. Script to map out the prerequisites for each course | ||
If you choose to use any of the code within the repository I would appreciate a mention | ||
|
||
# How to Use | ||
Go into the main section of the coe and then set your courses. Running the code should produce a diagram similar to below. | ||
After running the main class a UI should be created. | ||
|
||
![Example Graph Image](Documentation/graph.jpg) | ||
![Example Main Application Image](Documentation/Main.jpg) | ||
|
||
To search for a course add it to the list and hit to "send 2 web" button. | ||
|
||
Going to course information allows you to select the data for one of the courses. | ||
The full course map is not implemented in this release. | ||
|
||
![Example Information Application Image](Documentation/information.jpg) | ||
|
||
# Repository Structure | ||
[main.py](Main.py) contains the full code for the project with the different components also available in their respective files | ||
[main.py](Main.py) contains the applicaiton launcher | ||
|
||
[uqCoursePlanner](uqCoursePlanner) contains the different modules for the application in the private package |