Skip to content

Instantly share code, notes, and snippets.

View KtanPatel's full-sized avatar

Ketan Patel KtanPatel

View GitHub Profile
@KtanPatel
KtanPatel / tracker-event-bot.py
Last active March 15, 2024 11:01
[Windows] Change screen (Windows screen change [Alt+tab] and tab change [ctrl+tab]), aero key and pageUp + Down Key events for tracking software like upwork, freelancer ...
#!/usr/bin/python
# eg: python tracker-event-bot.py 50 5 0
# syntax: filename total_sec event_sec shutdown_binary_flag
# shutdown_binary_flag => "0 = no", "> 0 = yes & shutdown after that seconds on end of script"
import sys
from time import sleep
import random
import ctypes
import os