Metadata-Version: 2.4
Name: pyestrombe
Version: 0.2.1
Summary: A CLI tool to inspect practical source codes
Author-email: Developer <developer@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# pyestrombe

quick tool to show practical code in terminal

---

## install

```bash
pip install pyestrombe
```

---

## use

list all:

```bash
pyestrombe list
```

get any practical:

```bash
pyestrombe 1
pyestrombe 2
pyestrombe 3
```

it will just give the access of exact code

---

## structure

```
modules/
 m01.py
 m02.py
 ...
 m08.py
```

---


---

## notes

* made for exams (fast access)

---

done 👍
