From 7edfdd2f5f48a7be035cec23b4acd12f7c112e1c Mon Sep 17 00:00:00 2001 From: Ronald Wilson <57818133+ronxldwilson@users.noreply.github.com> Date: Mon, 19 May 2025 01:13:22 +0530 Subject: [PATCH] readme: add TinyNotepad to community integrations (#10763) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR adds Tiny Notepad, a lightweight, notepad-like interface to chat with local LLMs via Ollama. - It’s designed as a simple, distraction-free alternative. - The app supports basic note-taking, timestamped logs, and model parameter controls. - Built with Tkinter, it runs entirely offline and available via PyPI. Aims to provide a lightweight easy to run and install interface for ollama. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7cb61ac2..6a4815c1 100644 --- a/README.md +++ b/README.md @@ -405,6 +405,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [Writeopia](https://github.com/Writeopia/Writeopia) (Text editor with integration with Ollama) - [AppFlowy](https://github.com/AppFlowy-IO/AppFlowy) (AI collaborative workspace with Ollama, cross-platform and self-hostable) - [Lumina](https://github.com/cushydigit/lumina.git) (A lightweight, minimal React.js frontend for interacting with Ollama servers) +- [Tiny Notepad](https://pypi.org/project/tiny-notepad) (A lightweight, notepad-like interface to chat with ollama available on PyPI) ### Cloud