Skip to main content

easily_quiz is a spanish api that you can create simple quiz!

Project description

Project description

easily_quiz is a spanish api that you can create simple quiz, true or false, and things coming in future! With this api you can save certain lines of code and simply use two lines for what you would use 10 or 15

Installing

You can install or update this api using pip: $ pip install easily_quiz

Quiz example

# import the api
from easily_quiz import Quiz

# init 
quiz = Quiz("Example question", [1], "Option 1", "Option 2", "Option 3")
i = quiz.iniciar()

if i:
    print("Correct!")
else:
    print("Try again!")

True or false example

# import the api
from easily_quiz import trueFalse

# init
z = trueFalse("Example question", True)
i = z.iniciar()

if i:
    print("Correct!")
else:
    print("Try again!")

Contact & Donate

If you need help with the api or you wanna donate me i let you here some data:

Discord: Pina#8985 Web: http://pinayt.tk Paypal: https://paypal.me/Inperiocompa

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

easily_quiz-1.3.tar.gz (2.8 kB view hashes)

Uploaded Source

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