This Repository contains the files for the project "TheClassJoiner".
TheClassJoiner is an Executable Jar File which will automatically join and leave my classes for me. It is all created in Java.
The OpenQA Selenium Library was used to handle web pages and the Apache POI Library was used to access and manage the spreadsheet.
To run the file, run this command in the terminal.
start javaw -jar --enable-preview TheClassJoiner.jar
The jar will keep running in the background till school comes to an end (2PM)
To stop the application from running, execute
taskkill /f /im javaw.exe /t
and if this gives an error, use
taskkill /f /im java.exe /t
irrespective of whether this gives an error, the application has stopped running.
Not yet, but i'm planning to create a keybind which will terminate the application.