This project consists of scripts to interact with the operating system and perform specific actions depending on whether the system is running Windows or Linux. It simply performs random mouse movements and stops when you press ESC
- Python 3.x
- Libraries:
pyautogui
,random
,time
,pynput
(for Linux),msvcrt
(for Windows)
- Clone the repository or download the project files.
- Install the required Python libraries(for linux only):
pip install pyautogui pynput
To run the project, execute the main.py
file:
python main.py
The script will detect the operating system and run the corresponding code!
If you'd like to contribute to this project, please fork the repository and create a pull request, or open an issue to discuss your ideas.
This project is open-source and available under the MIT License.
Feel free to modify or add any sections as needed. If you'd like to download this README as a file, let me know, and I can provide it in the desired format!