
stay-available: a simple Python tool to stay online/active
Most offices care more about whether you appear “Available” than productive work. So I built a small Python tool called stay-available that simply keeps your system active so you don’t appear offline or away while work hours. This also has simple and adjustable features, like we can keep a runtime of like 3 hours, adjust the end time for 18:00. Just install it once using pip and run a single command in the terminal whenever needed. I’m also building a VS Code extension for it, so soon it’ll be even simpler with just Ctrl+Shift+P or Cmd+Shift+P and one command to start it directly from VS Code. Would love feedback, suggestions, or contributions from anyone interested.
GitHub Repo:
https://github.com/DayInfinity/stayAvailable
PyPI Library:
https://pypi.org/project/stay-available/
Run:
pip install --upgrade stay-available
stay-available