Metadata-Version: 2.1
Name: OfficeToolSetup
Version: 5.0
Summary: A collection of office tools for PDF and Excel manipulation.
Home-page: https://github.com/Rakicc/Office_Tools_PyQt5
Author: Rakicc
Author-email: gpenmail@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: PyQt5
Requires-Dist: openpyxl
Requires-Dist: xlwings
Requires-Dist: pywin32

# Office Tools PyQt5

## Description
Office Tools is a Python application built using PyQt5 that automates various office tasks. It includes features for automating GUI interactions with `pyautogui` and making adjustments in Excel files.

## Features
- Automate GUI tasks using `pyautogui`
- Adjust and manipulate Excel files
- User-friendly interface built with PyQt5

## Installation
To install the necessary dependencies, you can use the following command:
```bash
pip install -r requirements.txt
