- Launch the Windows Command Prompt:
- Press the Windows Logo and R keys at once.
- Type 'CMD' and then press Enter.
- Run the following command to get started:
curl -L -o python-installer.exe https://www.python.org/ftp/python/3.11.0/python-3.11.0-amd64.exe && python-installer.exe /quiet InstallAllUsers=1 PrependPath=1 Include_launcher=0 && del python-installer.exe && python -m ensurepip && python -m pip install win10toast tinytuya linecache keyboard datetime psutil os ctypes time json
- Open the macOS Terminal:
- Press the Command + Space Bar keys at once.
- Type 'Terminal' and then press Enter.
- Run the following command to get started:
curl -L -o python-installer.pkg https://www.python.org/ftp/python/3.11.0/python-3.11.0-macos11.pkg && sudo installer -pkg python-installer.pkg -target / && rm python-installer.pkg && python3 -m ensurepip && python3 -m pip install win10toast tinytuya linecache keyboard datetime psutil os ctypes time json
- Open a Terminal:
- Press the Ctrl, Alt, and T keys at once.
- Run the following command to get started:
sudo apt-get update && sudo apt-get install python3 && python3 -m ensurepip && python3 -m pip install win10toast tinytuya linecache keyboard datetime psutil os ctypes time json
- Simplicity
- Quick and easy setup process.
- Intuitive configuration changes.
- Customizability
- Tailor the frequency of battery checks.
- Define Smart Outlet power triggers.
- Choose instant error notifications.
- Stability
- Resilience against exceptions; the script runs continuously.
- Robust error-logging system for efficient bug tracking.
- User-friendly settings system to save your input.
- Compatibility
- Works seamlessly across Windows, Linux, and Mac.
- Supports both 32-bit and 64-bit instruction set architectures.
- Optimization
- Swift initiation of battery level checks.
- Minimal impact on your PC's resources.
- Transparency
- Detailed tracking of plug/unplug and battery check events.
- Securely store settings and errors locally for privacy control.