Metadata-Version: 2.4
Name: kahoot_cli
Version: 1.0.0
Summary: A module/CLI tool to interact with a kahoot client (via Selenium) and play a quiz.
Author-email: Aquaticsanti <aquaticsanti@gmail.com>
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://github.com/Aquaticsanti/kahoot_cli
Project-URL: Issues, https://github.com/Aquaticsanti/kahoot_cli/issues
Project-URL: Documentation, https://github.com/Aquaticsanti/kahoot_cli/wiki
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Kahoot_CLI

Interact with any Kahoot quiz right from your terminal! Or import it and use it on your own scripts! The possibilities are endless! (I hope)

# Features:
- [X] Joining a game
- [ ] Reactions
- [ ] Avatars
- [X] Answering single choice questions
- [X] Answering multiple choice questions
- [X] Answering True or False questions
- [X] Displaying points
- [X] Displaying ranking
- [X] Finishing a game
- [X] Error handling (this name is taken, pin is invalid, kicked out, etc.)

# Current Bugs:
- [ ] Won't detect irregular gamemodes (that it can't play)
    
# Why would anyone need this, since this just uses Selenium?

Kahoot-CLI is designed in mind of devices that can't show a browser tab, like handheld like devices. With Kahoot-CLI, you could make something like a Kahoot handheld, something you couldn't make before.
