Skip to main content

Easy forms and surveys for discord.py.

Project description

discord-ext-forms

Documentation Status MIT License PR's Welcome Downloads Code of Conduct GitHub last commit Open Source

An easier way to make forms and surveys in discord.​py.

This module is a very simple way to ask questions and create complete forms in discord.py without using an entire 30 lines!

Example:

from discord.ext.forms import Form
from discord.ext import commands
bot = commands.Bot(command_prefix="!")

@bot.command()
async def testform(ctx):
    form = Form(ctx,'Title')
    form.add_question('Question 1','first')
    form.add_question('Question 2','second')
    form.add_question('Question 3','third')
    result = await form.start()
    return result

>> result.first
"This was my response to question 1"

Example GIF Using this module, you can make a 3 question form with only 5 lines of code.

Links

How To Contribute

Changelog

Code of Conduct

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

discord-ext-forms-2.9.1.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

discord_ext_forms-2.9.1-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

Details for the file discord-ext-forms-2.9.1.tar.gz.

File metadata

  • Download URL: discord-ext-forms-2.9.1.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for discord-ext-forms-2.9.1.tar.gz
Algorithm Hash digest
SHA256 dfb8c9d9f84eb0897e816bab3638f5ad4244eaa35977a1288db5e2e2ae412241
MD5 36bb49a28f3b6db54742812535e66894
BLAKE2b-256 3b261bdf4419142256ed7c8534c507559ad77bb6bd1d50b215933aff4a13cc22

See more details on using hashes here.

File details

Details for the file discord_ext_forms-2.9.1-py3-none-any.whl.

File metadata

  • Download URL: discord_ext_forms-2.9.1-py3-none-any.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for discord_ext_forms-2.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1bfa524704a00871f6fbdbfe156a81baf35ae7f425e57aef9ec54e62306d8812
MD5 60e842e27a489b6b70a64c128f38d322
BLAKE2b-256 027dc2365e9606dde5ab0b85b774a8b2a0a5b2306982c8ce00aff49d25946202

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page