Metadata-Version: 2.1
Name: exam-terminal
Version: 0.0.17
Summary: A terminal-based exam, text, or survey tool for educators and learners
Home-page: https://github.com/ismet55555/exam-terminal
Author: Ismet Handzic
Author-email: ismet.handzic@gmail.com
Maintainer: Ismet Handzic
License: UNKNOWN
Description: 
        
        <p align="center"><img width="150" alt="portfolio_view" src="https://raw.githubusercontent.com/ismet55555/exam-terminal/master/misc/logo.png"></p>
        
        <h1 align="center">exam-terminal</h1>
        
        <!-- Licence Shield from https://shields.io/-->
        <p align="center">
        
        <a href="https://pypi.org/project/exam-terminal/">
          <img alt="PYPI Version" src="https://img.shields.io/github/pipenv/locked/dependency-version/ismet55555/exam-terminal/exam-terminal">
        </a>
        
        <a href="https://pypi.org/project/exam-terminal/">
          <img alt="Python Versions" src="https://img.shields.io/pypi/pyversions/exam-terminal">
        </a>
        
        <a href="https://pypi.org/project/exam-terminal/">
          <img alt="Packaging Format" src="https://img.shields.io/pypi/format/exam-terminal">
        </a>
        
        <a href="https://pypi.org/project/exam-terminal/">
          <img alt="PYPI Status" src="https://img.shields.io/pypi/status/exam-terminal">
        </a>
        
        <a href="https://github.com/ismet55555/exam-terminal/blob/master/LICENSE">
          <img alt="Licence" src="https://img.shields.io/github/license/ismet55555/exam-terminal">
        </a>
        
        <a href="https://travis-ci.com/github/ismet55555/exam-terminal">
          <img alt="Build Status" src="https://img.shields.io/travis/com/ismet55555/exam-terminal/master">
        </a>
        </p>
        
        
        
        
        
        
        
        
        The exam-terminal is a terminal-based examination tool, which you can potentially do any of the following:
        
        - Construct and take practice exams
        - Give quick quizzes
        
        Some mentionable features:
        
        - Exam statistics
        - Evaluation PDF
        
        ## Installation
        
        - `pip install exam-terminal`
        
        ## Quick Start
        - `exam-terminal --help`
        - `exam-terminal --sample`
        
        ## Development Notes
        
        - Clone this repo
        - Go into cloned repo directory directory
        - `pipenv install --three --dev -e .`
        - `pipenv shell`
        
Keywords: exam quiz assessment survey teach learn
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Education
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Intended Audience :: Education
Classifier: Topic :: Education
Classifier: Topic :: Education :: Testing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
