SpongeBob is a versatile application that bridges your mobile and desktop, enabling seamless control of your PC directly from your phone.
- Shut Down PC: Remotely power off your computer.
- Take Screenshots: Capture your PC screen from your mobile device.
- Run Mouse Macros: Automate repetitive mouse tasks with ease.
- Music Control: Play, pause, and control your music from the desktop via mobile.
- Mobile as PC Mic: Use your phone as a microphone for your PC.
- PC as Mobile Speaker: Stream PC audio to your mobile device.
-
Desktop Client
- Built with Python for executing commands received from the mobile app.
- Listens for commands such as shutdown, screenshot, or macro execution.
-
Mobile App
- A user-friendly interface for sending commands to the desktop client.
- Python 3.9 or later
- Required libraries (install via
requirements.txt
):- Flask
- PyAutoGUI
- Pillow
- To be developed in future releases.
-
Clone this repository:
git clone https://github.com/KeptCodes/SpongeBob.git cd SpongeBob/desktop-client
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the desktop client:
python app.py
-
Make sure your desktop and mobile are on the same network.
Details coming soon.
Contributions are welcome! Please fork this repository, create a new branch, and submit a pull request.
This project is licensed under the MIT License.