Metadata-Version: 2.1
Name: exam-terminal
Version: 0.1.0
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>
        
        <a href="https://www.codacy.com/gh/ismet55555/exam-terminal/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=ismet55555/exam-terminal&amp;utm_campaign=Badge_Grade">
          <img src="https://app.codacy.com/project/badge/Grade/dc108e18f27b4b86a9f6304745e6869c"/>
        </a>
        </p>
        
        The exam-terminal is a terminal-based assessment tool. It can potentially be used for making and taking practice exams, deliver quizes, or collect a survey.
        
        The results include your general exam score, some basic statistics, and the ability to export your results to a PDF documment.
        
        
        ## Quick Start
        
        ```bash
        # Install it
        pip install exam-terminal
        
        # Quick checkout of the help
        exam-terminal --help
        
        # Try out a sample exam
        exam-terminal --sample
        
        # Make your own exams using YAML format (See below)
        ```
        
        
        ## Compatibility
        As of now the following Python 3 versions are supported for Linux, OSX, and Windows:
          - Python 3.6
          - Python 3.7
          - Python 3.8
          - Python 3.9
        
        To check which python version you have, open a terminal and type `python --version`
        
        
        ## Installation
        
        ### Get It From PYPI
        ```bash
        pip install exam-terminal
        ```
        ### _(If Needed)_ Install pip, setuptools, and wheel
        
        ```bash
        python -m pip install --upgrade pip setuptools wheel
        ```
        
        ## Exam Creation
        _TODO_
        
        
        ## Development Notes
        If you are eying this repo and thinking "Hey this is kind of neat, I'd love to add a few things", well this is your chance :-)
        
        There is definetly work to be done. If you don't have a genius great idea of the next big change. There is a `TODO.md` file which outlines some changes that would be nice to have.
        
        For some guides on how to help out, checkout the `dev_stuff` directory.
        
        
        
        
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
