-
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.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
18 additions
and
1 deletion.
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,7 +1,24 @@ | ||
# WCA-SAT | ||
🌊 Window Cleaning Assistant (WCA) This was an overly ambitious school project for my Software Development class in Year 12 (2020). A SAT is a School Assessed Task | ||
|
||
At the moment I am continuing to work on this project in a Private repo, but I thought I would make this public so other students can learn a thing or two! | ||
![image](https://user-images.githubusercontent.com/51737378/122884453-875a0e00-d381-11eb-9ab1-05bd811b4654.png) | ||
|
||
![image](https://user-images.githubusercontent.com/51737378/122885697-a86f2e80-d382-11eb-9781-ec23f19d1cc4.png) | ||
|
||
|
||
At the moment I am continuing to work on this project in other seperate private repo's, but I thought I would make this original version public so other students can learn a thing or two! The currently private project contains an IOS App, Apple watch app, client / server setup with database and a Desktop application to manage it all. I hope to eventually use this project in production in my own Window Cleaning business. | ||
|
||
Keep in mind this code was written while I was still learning programming fundamentals, so it's pretty terrible... | ||
Feel free to contact me if you need any help with your VCE Software Development SAT! | ||
|
||
|
||
To run this code, simply open PyCharm, clone this repo, initialize your virtual environment, install all of the requirements in requirements.txt (PyCharm should automatically ask if you if you would like to install all dependencies, click 'Yes.') | ||
|
||
In the login GUI, stay in offline mode, unless you have your own MQTT server you can connect to, then type in class as the password and hit enter on your keyboard. | ||
|
||
- | ||
- | ||
- | ||
|
||
Thanks for checking this project out, credit to my awesome teacher Warren from BSSC for teaching me programming fundamentals in Python 😁 | ||
- Liam |