SyncNotify is an instant laptop notification system designed to keep you connected to your device's activities in real-time. With just a simple Python script, SyncNotify sends instant notifications to your smartwatch the moment your laptop springs to life.
- Instant notification to your smartwatch upon laptop power-up
- Seamless integration with Telegram API and Bluetooth connectivity
- Python
- Telegram API
- Bluetooth connectivity
SyncNotify's Python script activates upon laptop power-up, waits for an active internet connection, and then utilizes the Telegram API to send a notification to your smartphone. The notification is then flashed on your smartwatch via Bluetooth.
To get started with SyncNotify, follow the steps:
-
Clone the Repository:
git clone https://github.com/Ddhruv-IOT/SyncNotify cd SyncNotify
-
Install the dependencies
pip install -r requirements.py
-
Move to Startup Folder
Copy all the python files with
.py
extension to the start-up apps location, generally found on this address:C:\Users<user-name>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Contributions are welcome! Fork the repository, make your changes, and submit a pull request.
- Reduced dependency on smartphones for standalone functionality.
- Capture and send photos of laptop activity to your smartphone
Thank you for checking out SyncNotify! We hope it enhances your productivity and keeps you connected to your device's activities seamlessly.