Metadata-Version: 2.1
Name: exam-terminal
Version: 0.0.7
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 src="misc/logo.png" width="150"/></p>
        
        
        <h1 align="center">exam-terminal</h1>
        
        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 exams/sample_exam.yml`
        
        ## Development
        
        - 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 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
