forked from kinoshitakenta/auto_login_EIP
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. |
||
---|---|---|
utils | ||
.gitignore | ||
README.md | ||
TODO.txt | ||
config.toml.example | ||
main.py | ||
requirements.txt |