Metadata-Version: 2.1
Name: ollama-gui
Version: 1.0.2
Summary: A very simple ollama GUI, implemented using the built-in Python Tkinter library, with no additional dependencies.
Home-page: https://github.com/chyok/ollama-gui
License: MIT
Author: chyok
Author-email: chyok@hotmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Project-URL: Repository, https://github.com/chyok/ollama-gui
Description-Content-Type: text/markdown

# Ollama-GUI

![GitHub License](https://img.shields.io/github/license/chyok/ollama-gui)
![PyPI - Version](https://img.shields.io/pypi/v/ollama-gui)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ollama-gui)

A very simple ollama GUI, implemented using the built-in Python Tkinter library, with no additional dependencies.
Provide you with the simplest possible visual Ollama interface.

![ollama-gui](https://github.com/chyok/ollama-gui/assets/32629225/3327cc6f-2524-4d4f-8a60-24b9be6b5f20)

+ one file project.
+ no external dependencies.

## Before Start
We need to set up llama service first.

Please refer to: [Ollama](https://ollama.com/)


## Run

Choose any way you like:

### source code
`python ollama_gui.py`

### using pip

```
pip install ollama-gui
ollama-gui
```

### binary file

| Platform | Download Link                                                                                          | 
|----------|--------------------------------------------------------------------------------------------------------|
| Windows  | [Download](https://github.com/chyok/ollama-gui/releases) |

## License

This project is licensed under the [MIT License](LICENSE).


