Update README.md

This commit is contained in:
Andrew Trieu
2022-12-20 11:19:46 +02:00
committed by GitHub
parent cddc1e5040
commit 050b319f82

View File

@@ -2,6 +2,11 @@
A Python application that automates laundry slot reservation at <http://extranet.oppilastalo.fi> for Lahden Talot tenants.
![Screenshot from 2022-12-19 22-26-37](https://user-images.githubusercontent.com/68151686/208514927-9ab1a09c-b049-4b70-b1a4-e1ef0f333212.png)
## Requirements
- [Python 3.9+](https://www.python.org/downloads/)
- [Tkinter](https://docs.python.org/3/library/tk.html)
- [Selenium](https://selenium-python.readthedocs.io/installation.html)
- Chrome Web Browser
## Instructions
1. Enter your username and password
@@ -10,8 +15,9 @@ A Python application that automates laundry slot reservation at <http://extranet
4. Click start
5. Confirm and wait
## Notes
## Notes & Future Plans
- Executable files were created using [PyInstaller](https://pyinstaller.org/).
- The source code will be cleaned up in the next release. It is very messy and hard to read.
- The GUI will be updated in the next release. It looks outdated and crude.
- The executable files were not thoroughly tested on different environments and might not work as intended.
- Add options to choose your web browser.