From cd17cde0fa734d3f68a8c5887e11b0af4a28834f Mon Sep 17 00:00:00 2001 From: Stefan Hoelzl <1478183+stefanhoelzl@users.noreply.github.com> Date: Wed, 14 Jul 2021 16:52:02 +0200 Subject: [PATCH] Add vue.py --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0993981a..6f1266ad 100644 --- a/README.md +++ b/README.md @@ -677,6 +677,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Tkinter](https://wiki.python.org/moin/TkInter) - Tkinter is Python's de-facto standard GUI package. * [Toga](https://github.com/pybee/toga) - A Python native, OS native GUI toolkit. * [urwid](http://urwid.org/) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc. +* [vue.py](https://stefanhoelzl.github.io/vue.py/) - A Pythonic wrapper for Vue.js for creating Web UIs. * [wxPython](https://wxpython.org/) - A blending of the wxWidgets C++ class library with the Python. * [DearPyGui](https://github.com/RaylockLLC/DearPyGui/) - A Simple GPU accelerated Python GUI framework