Metadata-Version: 2.4
Name: kagazkit
Version: 0.1.6
Summary: KagazKit - Your Ultimate PDF Toolkit. Merge, Split, Convert, and more.
Author: Farjad Hasan
License: MIT License
        
        Copyright (c) 2024 Farjad Hasan
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/farjad-hasan/kagazkit
Project-URL: Bug Tracker, https://github.com/farjad-hasan/kagazkit/issues
Project-URL: LinkedIn, https://www.linkedin.com/in/farjadh/
Project-URL: X, https://x.com/im_farjad
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: customtkinter==5.2.2
Requires-Dist: Pillow>=10.0.0
Requires-Dist: PyPDF2>=3.0.0
Requires-Dist: tkinterdnd2>=0.3.0
Requires-Dist: packaging>=23.0
Dynamic: license-file

# KagazKit

![License](https://img.shields.io/badge/license-MIT-blue.svg)
![Python](https://img.shields.io/badge/python-3.9%2B-blue)
![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)

> **Note**: This project is currently under active development.

**KagazKit** (“Kagaz” means paper) is a modern, secure, and professional PDF toolkit built with Python and CustomTkinter. It provides an elegant interface for merging PDFs, converting images to PDFs, splitting, rotating, and more.

## Features

- **Modern UI**: Dark mode support, professional design using CustomTkinter.
- **Secure**: Validation of file inputs and safe handling of file operations.
- **Merge PDFs**: Combine multiple PDF files with ease.
- **Image to PDF**: Convert standard image formats (JPG, PNG) to PDF.
- **Tools**: Split and Rotate PDFs functionality.
- **Drag & Drop**: Intuitive file management.

## Installation

### Via pip (Recommended)

KagazKit is available on PyPI and can be installed directly using pip:

```bash
pip install kagazkit
```

### From Source

1.  Clone the repository:
    ```bash
    git clone https://github.com/farjad-hasan/kagazkit.git
    cd kagazkit
    ```

2.  Create a virtual environment:
    ```bash
    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
    ```

3.  Install dependencies:
    ```bash
    pip install -r requirements.txt
    ```

4.  Install the package in editable mode:
    ```bash
    pip install -e .
    ```

## Usage

Run the application:

```bash
kagazkit
# Or directly via python
python src/kagazkit/main.py
```

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

## Releasing

See [RELEASE.md](RELEASE.md) for the release checklist, including drafting a GitHub release and publishing to PyPI.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
