Skip to content

This is mouse app what connect to system and control courser by your mouse!

License

Notifications You must be signed in to change notification settings

AtharIbrahim/Remote-Cursor-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Cursor App || Fully Functional App

The Remote Cursor app is an innovative solution designed to transform your mobile device into a wireless mouse for your desktop. This project is divided into two components: a desktop app and a mobile app, both developed using Flutter. A Flutter-based UI kit for building this apps with clean, reusable, and responsive Dart components.

💻 Desktop Version

The desktop version after installation just open app, then app doing following things (but must sure python is installed on your system)

  • Checks whether Python is installed.
  • Verifies if all necessary packages are installed.
  • If not, then install any missing packages automatically.
  • Then app runs the python script to enable communication.

📱 Mobile Version

  • Download and open the app.
  • Scan the QR code displayed on your desktop system (IP address will appear in the input field).
  • Navigate to the main screen and use your phone as a mouse! 😊

📸 Screenshots

Icon
Icon
:---:

🚀 Features

  • 🌟 **Python Server for Communication: **: The app utilizes a Python-based server to handle seamless data exchange between the desktop and mobile devices.
  • 📱 QR Scanner for Connectivity: Users can easily connect their mobile device to the desktop by scanning a QR code, which automatically retrieves the desktop's IP address for pairing.
  • 🧩 Cross-Platform Functionality: With dedicated apps for desktop and mobile, the Remote Cursor app ensures compatibility and a smooth user experience across platforms.
  • 🎨 Enhanced Productivity: The app provides a convenient way to control the desktop cursor, enabling better control for presentations, media browsing, or daily tasks.

💻 Getting Started

To get started with this project:

  1. Clone the repository:
    git clone https://github.com/AtharIbrahim/Remote-Cursor-App
    
  2. Get all dependices:
    flutter pub get
    
  3. Build Project:
    flutter build apk --release (for android)
    flutter build windows (for windows)

👤 Author

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.