Interact with any Kahoot quiz right from your terminal, or import it and use it on your own scripts! The possibilities are endless!
Interact with any Kahoot quiz right from your terminal, or import it and use it on your own scripts! The possibilities are endless!
I made Kahoot_CLI, a python module to interact with any kahoot quiz! I think the hardest part was transforming everything into a module (and fixing so, many, bugs), but in the end, I finished it, and made my very first contribution to the open source community.
Finally published my project on PyPi!! Check it out!! https://pypi.org/project/kahoot-cli/
Log in to leave a comment
Spent a while making documentation for the module version, you can find it here: https://github.com/Aquaticsanti/kahoot-cli/wiki
Log in to leave a comment
Spent 11 HOURS wrapping everything into a class so I could turn this into a module, and fixing the bugs that came with this. Now Iāll try to make some sort of documentation, probably using GitHub wikis, make this into an actual module, and upload it to PiPy!
Log in to leave a comment
Added a stupid amount of Chrome flags that sound like would lower resource usage, and if I read it right, it seems to only use about 256mb of ram, not bad! Also headless.
Log in to leave a comment
Fixed a bug where getting kicked out would crash, but no more! and that makes āerror handlingā complete! Now Iāll try to optimize the Chrome instance, as well as making it module-ready
Log in to leave a comment
Fixed a bug with the name generator, but most importantly, running out of time doesnāt crash now!
Log in to leave a comment
Spent a while trying to get the name generator to work, but I did it in the end!
Log in to leave a comment
I apparently spent 40 minutes trying to get 2FA to work ig. In the end, I got it to work!
(If youāre wondering what took so long, itās because I forgot to put parenthesis, and never noticed š)
Log in to leave a comment
Did some bug fixin
Log in to leave a comment
Finally fixed the game finished logic, and it can now display the final rank, as well as total points!
Log in to leave a comment
I didnāt realize it had been so long since my last devlog, so here it goes!
(I know the image is from the github, but I just closed vs code I do not want to open it again)
Log in to leave a comment
Fixed the nemesis displaying twice, for some reason it returned itself twice?? I still donāt know why lol (Yes, the options overwriting the question title is a bug, Iāll fix it in a minute)
Log in to leave a comment
Made it display the ranking! I dunno why it displays the nemesis twice, but Iām short on time, so Iāll look into it later
Log in to leave a comment
The program now displays total points, nickname, and how many points were earned!
Log in to leave a comment
Finally fixed the multiple choice questions!! Also fixed the True or False ones in the process lol
Log in to leave a comment
Made the logic for multiple choice questions, but itās bugged. Oh well, Iāll fix it tomorrow
Log in to leave a comment
Fixed a bug where the True or False colors would be swapped
Log in to leave a comment
You can now answer multiple questions in a row, as well as multiple choice questions! (the colors are swapped tho, Iāll have to fix that)
Log in to leave a comment
It can now tell if your answer was right or not! Itāll also give you a message like the actual kahoot does
Log in to leave a comment
Finally got it to answer single choice questions! It displays them nicely with the help of termcolor, and allows you to browse through them via the arrow keys (readchar).
Log in to leave a comment
Made the project! Made a nice welcome screen using big text, and managed to make the client join. (I censored my name on the screenshot)
Log in to leave a comment