Metadata-Version: 2.1
Name: python-teacher
Version: 1.1.4
Summary: A command line program to teach you python.
License: LICENSE
Author: Master Coder 1323
Author-email: sparlevi18@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# Python Teacher
## Description:
Python Teacher is a command-line tool created to teach you Python.
## Installing
### Pip:
```
pip install python-teacher
```
### Source Code
Download the source code from the latest release, unpack it, and then run the following commands.
```
cd python-teacher
poetry install
```
## Use
Once you have python-teacher installed using the steps above, you can run it from the CLI through `python-teacher`



