Metadata-Version: 2.4
Name: terminal-typer
Version: 0.1.3
Summary: A Python package to print text with a typewriter effect in the terminal
Author: Johnny Matos
License: MIT
Project-URL: Homepage, https://github.com/DS-Johnny/terminal-typer
Project-URL: Repository, https://github.com/DS-Johnny/terminal-typer
Project-URL: Issues, https://github.com/DS-Johnny/terminal-typer/issues
Keywords: terminal,print,typing,typewriter,cli,animation
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# terminal-typer

A lightweight Python package to print text in the terminal with a typewriter animation effect.

## Features

- Typewriter-style terminal output
- Lightweight and easy to use
- Adjustable typing speed
- Great for CLI apps, scripts, storytelling, demos, and terminal interfaces

---

## Installation

```bash
pip install terminal-typer
```

Or from TestPyPI:

```bash
pip install -i https://test.pypi.org/simple/ terminal-typer
```

---

## Quick Start

```python
from terminal_typer import escrever

escrever("Olá mundo")
```

Output:

```text
Olá mundo
```

---

## Usage

### Basic example

```python
from terminal_typer import escrever

escrever("Hello from terminal-typer")
```

---

## Example ideas

Useful for:

- Terminal storytelling
- CLI applications
- Intro screens
- Simulated typing interfaces
- Loading messages
- Interactive Python scripts

---

## Project Structure

```bash
terminal-typer/
├── pyproject.toml
├── README.md
├── LICENSE
└── terminal_typer/
    ├── __init__.py
    └── funcao_escrita.py
```

---

## Author

Johnny Matos

GitHub:
https://github.com/DS-Johnny/terminal-typer

---

## License

MIT License# terminal-typer

A lightweight Python package to print text in the terminal with a typewriter animation effect.

## Features

- Typewriter-style terminal output
- Lightweight and easy to use
- Adjustable typing speed
- Great for CLI apps, scripts, storytelling, demos, and terminal interfaces

---

## Installation

```bash
pip install terminal-typer
```

Or from TestPyPI:

```bash
pip install -i https://test.pypi.org/simple/ terminal-typer
```

---

## Quick Start

```python
from terminal_typer import escrever

escrever("Olá mundo")
```

Output:

```text
Olá mundo
```

---

## Usage

### Basic example

```python
from terminal_typer import escrever

escrever("Hello from terminal-typer")
```

---

## Example ideas

Useful for:

- Terminal storytelling
- CLI applications
- Intro screens
- Simulated typing interfaces
- Loading messages
- Interactive Python scripts

---

## Project Structure

```bash
terminal-typer/
├── pyproject.toml
├── README.md
├── LICENSE
└── terminal_typer/
    ├── __init__.py
    └── funcao_escrita.py
```

---

## Author

Johnny Matos

GitHub:
https://github.com/DS-Johnny/terminal-typer

---

## License

MIT License
