You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Python script captures an image from your webcam when executed and saves it in the data/intruder directory with a timestamp in the filename. Additionally, it simulates keyboard actions to lock the screen after capturing the image.
RemoteReach lets you turn your phone into a wireless touchpad and keyboard for your computer. Seamlessly control mouse movements, clicks, scrolls, and type in real-time — all through your local browser
The Slide Controller is a responsive and user-friendly web application that allows seamless remote navigation of PowerPoint slides over MQTT. Designed for presenters, educators, and conference speakers, the app enables slide control through a web interface that communicates with a local Python MQTT subscriber script which simulates keyboard events
A two-part system to simulate realistic human typing behavior across devices using WebSockets. The Sender provides a web interface to input text, control speed, and enable human-like typing with pauses, errors, and corrections. The Receiver runs on another machine (or the same) to simulate typing actions in real time.
This is a Python program that simulates keystrokes based on the contents of a text file. The program uses the pyautogui library to send keystrokes to the active window. You can use this program for various purposes, such as automating text input or testing applications that rely on keyboard input.
This repository contains my Python projects. It's created to share my code and collaborate with my friend, aiming to improve our coding skills and work on interesting problems together.