PyAppleSerialChecker is a Python script designed to check the warranty status of Apple products using their serial numbers. This tool loads serial numbers from an Excel file, fetches captcha images, and retrieves warranty information from the Apple coverage check website. The results are saved to an Excel file for easy review.
- Load serial numbers from Excel files
- Fetch and solve captchas automatically
- Retrieve warranty information from Apple’s website
- Save results in an Excel file
Before running the script, ensure you have the following installed:
- Python 3.x
- Required Python libraries:
requests
pandas
easyocr
openpyxl
You can install the necessary libraries using:
pip install requests pandas easyocr openpyxl
-
Clone this repository or download the script file.
-
Prepare an Excel file containing the serial numbers.
-
Run the script:
python pyapple_serial_checker.py
-
Follow the on-screen prompts to enter the path of your Excel file and the desired output filename.
-
Check the output Excel file for the warranty status of your Apple products.
Contributions are welcome! If you have suggestions or improvements, feel free to open an issue or submit a Pull requests!
Tip
This project is licensed under the MIT License. Feel free to fork or modify the script, but please mention my name in any derivative works.
Important
A GUI executable version of this tool will be available soon! Stay tuned for updates.