Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextcord/nextcord-ext-menus
A nextcord menu and pagination extension that makes working with reaction menus and button component menus a bit easier
https://github.com/nextcord/nextcord-ext-menus
asyncio discord hacktoberfest nextcord python
Last synced: 3 months ago
JSON representation
A nextcord menu and pagination extension that makes working with reaction menus and button component menus a bit easier
- Host: GitHub
- URL: https://github.com/nextcord/nextcord-ext-menus
- Owner: nextcord
- License: mit
- Created: 2021-09-02T06:01:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T21:35:07.000Z (6 months ago)
- Last Synced: 2024-07-19T10:48:59.849Z (4 months ago)
- Topics: asyncio, discord, hacktoberfest, nextcord, python
- Language: Python
- Homepage: https://menus.docs.nextcord.dev
- Size: 203 KB
- Stars: 26
- Watchers: 1
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# nextcord-ext-menus
[![Discord server invite](https://img.shields.io/discord/881118111967883295?color=blue&label=discord)](https://discord.gg/ZebatWssCB)
[![PyPI version info](https://img.shields.io/pypi/v/nextcord-ext-menus.svg)](https://pypi.python.org/pypi/nextcord-ext-menus)
[![PyPI supported Python versions](https://img.shields.io/pypi/pyversions/nextcord.svg)](https://pypi.python.org/pypi/nextcord)
[![Nextcord-ext-menus Documentation](https://img.shields.io/readthedocs/nextcord-ext-menus.svg)](https://menus.docs.nextcord.dev)A Nextcord extension that makes working with reaction menus and button component menus a bit easier.
![embed buttons example](https://user-images.githubusercontent.com/20955511/139876561-d30fe623-3352-45b0-8bea-e1b7eefa1cc7.gif)
## Installing
### Requirements
**Python 3.8 or higher is required**
It is necessary to first install [Nextcord](https://github.com/nextcord/nextcord)
Then install the extension by running one of the following commands:
```py
# Linux/macOS
python3 -m pip install -U nextcord-ext-menus# Windows
py -3 -m pip install -U nextcord-ext-menus
```## Links
- [Documentation](https://menus.docs.nextcord.dev/en/latest/)
- [Usage Examples](https://github.com/nextcord/nextcord-ext-menus/tree/master/examples)
- [Official Discord server](https://discord.gg/ZebatWssCB)## License
Copyright (c) 2021 The Nextcord Developers
Copyright (c) 2020-2021 Danny Y. (Rapptz)