Skip to content

Instantly share code, notes, and snippets.

View DenverChess's full-sized avatar

Aaron Muslim DenverChess

View GitHub Profile
@skyrocknroll
skyrocknroll / screenshot.py
Last active January 6, 2023 11:01
screenshot linux automation , xdotool , xwininfo
#!/usr/bin/python
import subprocess
subprocess.call(["sh","./screenshot.sh","11","www.canvera.com"])