FButros / pyioslocationsimulator

A Python script and executable for simulating the GPS location of an iOS 17 device connected to your computer using pymobiledevice3. Provides a user-friendly GUI to set longitude and latitude coordinates.
MIT License
8 stars 3 forks source link
ios ios-17-location-simulation ios17 ios17-location ios17-location-simulator iphone-location iphonelocationchanger iphonelocationsimulation location-simulation python

Location Simulator

This is a Python script for simulating the location of an iOS 17 device connected to your computer. It uses the pymobiledevice3 library and provides a graphical user interface (GUI) for setting longitude and latitude coordinates.

Prerequisites

Before using this script, ensure that you have the following prerequisites installed:

You can install pymobiledevice3 using pip:

pip install pymobiledevice3

Executable

An executable (.exe) file is available in the dist folder of this project. You can use the executable to run the Location Simulator without the need for Python and package installations. Simply run the executable to launch the application. NOTE: YOU HAVE TO HAVE ITUNES INSTALLED AND RUNNING IN ORDER FOR THE PROGRAM TO WORK

Getting Started

1- Connect your iOS device to your computer.

2- Run the script or the executable, depending on your preference.

3- Enter the desired longitude and latitude coordinates in the respective input fields.

4- Click the "Set Location" button to update the device's location.

Features

Real-time device connection status display.

Validation of longitude and latitude coordinates.

Support for saving and loading coordinates from a text file.

Instructions and user-friendly interface.

Usage Instructions

Troubleshooting

If you encounter issues, check the logs for detailed error messages.

License

This project is licensed under the MIT License