Initial Commit

This commit is contained in:
2026-02-14 10:09:51 -05:00
commit 69f0ee184a
4 changed files with 473 additions and 0 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[project]
name = "osu-wifi-login"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"selenium>=4.40.0",
"webdriver-manager>=4.0.2",
]
[dependency-groups]
dev = [
"pyinstaller>=6.18.0",
]