Skip to content

theguy000/OS-Interaction-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS Interaction Project


Introduction

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

Requirements

  • Python 3.x
  • Libraries: pyautogui, random, time, pynput (for Linux), msvcrt (for Windows)

Installation

  1. Clone the repository or download the project files.
  2. Install the required Python libraries(for linux only):
    pip install pyautogui pynput

Usage

To run the project, execute the main.py file:

python main.py

The script will detect the operating system and run the corresponding code!

Contributing

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.

License

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published