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.
This commit is contained in:
Benny Cortese 2022-04-10 02:21:11 -04:00 committed by GitHub
parent edf110dd9f
commit 2d4b8f1e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. * [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. * [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 * [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 ## GraphQL