Go to file
kinoshitakenta 3c23ee2ce9
feat: improves screen clearing functionality
Updates the screen clearing function to provide a more robust cross-platform solution. It now attempts to reset text attributes on Windows and uses `shutil.which` to locate the `clear` command on Unix-like systems, falling back to ANSI escape codes if necessary.

This change improves the screen-clearing function, ensuring its effectiveness regardless of the operating system or available commands.
2025-05-28 15:57:25 +08:00
utils refactor: uses constants for EIP login elements 2025-05-28 15:33:05 +08:00
.gitignore feat: automates ChromeDriver management 2025-05-19 11:02:58 +08:00
README.md Initial commit 2024-05-28 11:31:45 +08:00
TODO.txt feature: basic features 2024-05-28 11:45:07 +08:00
config.toml.example feat: add example configuration file 2025-05-19 15:58:34 +08:00
main.py feat: improves screen clearing functionality 2025-05-28 15:57:25 +08:00
requirements.txt chore: add rich library for better output 2025-05-20 16:25:57 +08:00

README.md

auto_login_EIP