pwenker / quizli

An educational project teaching how to open-source an interactive Python quiz app

Home Page:https://pwenker.github.io/quizli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

An educational project teaching how to open-source an interactive Python quiz app

quizli
Project Stats GitHub Repo stars GitHub code size in bytes Lines of code
Documentation User Guide Learning Guide Demos
Build status GitHub Workflow Status Codecov
Activity & Issue Tracking GitHub last commit GitHub issues GitHub closed issues
PyPI PyPI PyPI - Python Version Downloads
News & Updates Twitter Follow GitHub followers

Demo

asciicast

🎓 Learning Guide

This guide teaches you how to effectively share a Python app with the open-source community.

Learning Guide
Interactive quiz app How to create an interactive Python quiz app?
Command Line Interface How to add a CLI to your quiz app?
Documentation How to create a slick documentation for your app?
Publishing How to build, manage and publish your Python package to PyPi?
Testing How to test your app?

🚀 User Guide

This guide contains usage and reference material for the quizli app.

User Guide
CLI Reference Usage & reference for quizli's CLI
Code Reference Usage & reference for quizli's source code

Quickstart

📦 Installation

Install quizli with pip:

pip install quizli

⚡ Entrypoint

To get help about quizli's commands open your console and type:

quizli --help

The same works for subcommands, e.g. :

quizli demo --help

About

An educational project teaching how to open-source an interactive Python quiz app

https://pwenker.github.io/quizli


Languages

Language:Python 100.0%