# IPTImeSync
`IPTimeSync` is a Python-based application that automatically adjusts your system's
time based on your geographic location using your IP address.
## Features
- **Automatic Geolocation**: Retrieve geographic location using the IP address.
- **Time Sync**: Automatically adjust system time based on the detected time zone.
- **Proxy Support**: Supports both HTTP and SOCKS5 proxies.
- **Fallback Mechanism**: Ability to function without proxies if needed.
## Installation
To install the required dependencies, run:
```bash
pip install -r requirements.txt
-
Ensure Python is Installed: Make sure you have Python installed on your system.
-
Configure Proxy (Optional): If you want to use a proxy, update the
proxy.txt
file with your proxy details. -
Run the Script:
python IPTImeSync.py
Contributions are welcome! If you'd like to contribute, please fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.