24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
# Laundromatic
|
|
A Python application that automates laundry slot reservation at <http://extranet.oppilastalo.fi> for Lahden Talot tenants.
|
|
|
|

|
|
## 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
|
|
2. Enter number of weeks to book (including this week)
|
|
3. Choose the slots
|
|
4. Click start
|
|
5. Confirm and wait
|
|
|
|
## 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.
|