A single-file tkinter-based Ollama GUI project with no external dependencies.
Go to file
2024-06-30 00:27:06 +08:00
.gitignore Init project 2024-06-29 23:48:45 +08:00
LICENSE Initial commit 2024-06-29 23:45:30 +08:00
ollama_gui.py Init project 2024-06-29 23:48:45 +08:00
poetry.lock Add pyproject info 2024-06-29 23:56:44 +08:00
pyproject.toml Add pyproject info 2024-06-29 23:56:44 +08:00
README.md Update README 2024-06-30 00:27:06 +08:00

Ollama-GUI

GitHub License

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

  • 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.