Metadata-Version: 2.4
Name: terminal-quest
Version: 1.3.4
Summary: Cute little puzzle for teaching basic command line usage
Author-email: Adam Labadorf <labadorf@bu.edu>
License-Expression: MIT
Project-URL: Homepage, https://github.com/BU-Neuromics/terminal_quest
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Topic :: Education
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyfiglet
Provides-Extra: dev
Requires-Dist: pytest>=7; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Dynamic: license-file

# Introduction

`terminal-quest` is a [gamified](https://en.wikipedia.org/wiki/Gamification)
introduction to basic command line navigation and file manipulation skills. It
is implemented in Python but requires no programming beyond entering commands on
the command line.

`terminal-quest` is a series of puzzles that can be solved with only the
commands **cd**, **ls**, **man**, **cat**, **head**, **tail**, **grep**, file
globbing (`*` character), and output redirection (`>` character).

![terminal_quest.png](terminal_quest.png)

## Installation and Use ##

Install from [PyPI](https://pypi.org/project/terminal-quest/) with `pip`:

```
pip install terminal-quest
```

Then run:

```
terminal_quest
```

## terminal temple

If you enjoyed terminal quest, be sure to check out the sequel
[terminal temple](https://bu-neuromics.github.io/terminal_temple/)
