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.7.4.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

discord_ext_forms-2.7.4-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: discord-ext-forms-2.7.4.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.8.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for discord-ext-forms-2.7.4.tar.gz
Algorithm Hash digest
SHA256 c453bd8683350f076e1828c842553f78cb46270eb11aa6b1a0b2621c39de177e
MD5 ea1a4db2f2f700d328dfde0ae9bbcee8
BLAKE2b-256 aca9a7946fabe6e5f5a2d60bd725a20f98b89e16611ea1e3ef8d5f5fc75ddef7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: discord_ext_forms-2.7.4-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.8.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for discord_ext_forms-2.7.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c6604c42f0901aff832fef3c4782760ddd9f6f27f90cf359e8db606095360375
MD5 58ba9348ed3fd6fd99024a9d5aa1c86b
BLAKE2b-256 46eb233387d11dc471b0a925f3e38c7aeeba341388382f733f6b0c317f94d8fc

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