/IPTimeSync

IPTimeSync is a Python program that automatically adjusts system time based on IP location. It supports HTTP and SOCKS5 proxies and can operate without a proxy if needed.

Primary LanguagePythonMIT LicenseMIT

# 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

Usage

  1. Ensure Python is Installed: Make sure you have Python installed on your system.

  2. Configure Proxy (Optional): If you want to use a proxy, update the proxy.txt file with your proxy details.

  3. Run the Script:

    python IPTImeSync.py

Contributing

Contributions are welcome! If you'd like to contribute, please fork the repository, make your changes, and submit a pull request.

License

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