From 2d4b8f1e79a587b51a86c800bed82da4da1ef0af Mon Sep 17 00:00:00 2001 From: Benny Cortese Date: Sun, 10 Apr 2022 02:21:11 -0400 Subject: [PATCH] Add context_menu # What is this Python project? Added an amazing GUI library that allows you to create and deploy cross-platform native context menus. It's really easy to use and integrates pretty vital functionality with native context menus. # What's the difference between this Python project and similar ones? From my research I haven't found any other libraries in Python that edit the context menu, and there's especially no other libraries to create cascading context menus. You can find the home page here: https://github.com/saleguas/context_menu Anyone who agrees with this pull request could submit an Approve review to it. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17bbbe2d..1c86e65d 100644 --- a/README.md +++ b/README.md @@ -679,6 +679,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [urwid](http://urwid.org/) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc. * [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 +* [context_menu](https://github.com/saleguas/context_menu) - A library to create and deploy cross-platform native context menus. ## GraphQL