Metadata-Version: 2.1
Name: ollama-gui
Version: 1.0.0
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)

A very simple ollama GUI, implemented using the built-in Python Tkinter library, with no additional dependencies.

![ollama-gui](https://github.com/chyok/ollama-gui/assets/32629225/672ba3c1-f7eb-4ee2-bcff-e06a0a3f349f)

+ one file project.
+ no external dependencies.

## 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  | TBD           |

## License

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


