Metadata-Version: 2.4
Name: gguf2gui
Version: 0.1.1
Summary: A modern GUI tool to convert HuggingFace safetensors to GGUF
Author: Your Name
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: customtkinter
Requires-Dist: gguf==0.17.1
Requires-Dist: numpy>=1.20
Requires-Dist: tqdm>=4.27
Requires-Dist: sentencepiece<=0.2.0,>=0.1.98
Requires-Dist: pyyaml>=5.1
Dynamic: license-file

# GGUF2GUI

A modern Python GUI tool to convert HuggingFace **safetensors models** into **GGUF format**, with optional quantization.


##  Features
- Simple GUI for non-technical users
- Browse model directories & output files
- Choose quantization type (`f32`, `f16`, `q8_0`, `q4_k_m`, `q5_k_m`, `q6_k`)

##  Installation
```bash
pip install gguf2gui
```
## Usage

### Run the GUI:

```bash
gguf2gui
```
## Dependencies

- Python 3.9+

- customtkinter

- gguf==0.17.1

- numpy>=1.20

- tqdm>=4.27

- sentencepiece (0.1.98 – 0.2.0)

- pyyaml>=5.1



## Authors

- [@Rudransh Joshi](https://rudransh.kafalfpc.com/)



