Metadata-Version: 2.4
Name: skill-tester
Version: 1.1.1
Summary: Secure terminal-based exam client for the Live Exam System.
Author-email: Louis MUKAMA <kimuludoviko@gmail.com>
License: ICT Hand Ltd.
Keywords: training,education,cli,terminal,skill-tester
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: Topic :: Education
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.31.0

# skill-tester (Python)

Terminal skill assessment client for the **ICT Hand Training System**.  
Students install this package once and practice directly from their terminal — no browser required.

## Requirements

- Python 3.8 or newer

## Installation

```bash
pip install skill-tester
```

## Usage

Open a terminal and run:

```bash
skill-tester
```

The CLI will:

1. Ask for your school email address
2. Display the topics available to you
3. Walk you through each question one by one
4. Submit your answers automatically when done

## Answering questions

- Type your answer and press **Enter**
- For multi-line answers, press **Enter** on a blank line to finish
- Press **Ctrl+C** at any time to exit

## License

&copy; ICT Hand Ltd. All rights reserved.
