This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
laundromatic/README.md
2022-12-20 11:19:46 +02:00

24 lines
1.1 KiB
Markdown

# Laundromatic
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
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.