Metadata-Version: 2.2
Name: pyspeak_command
Version: 1.0.1
Summary: Um utilitário para ler comandos no terminal e executar scripts Python
Home-page: https://github.com/higormcarnauba/read_in_terminal
Author: Cícero Higor
Author-email: higormc2015@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
License-File: LICENSE
Requires-Dist: pyttsx3
Requires-Dist: keyboard
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Speak Command 🖥️🔊

Este projeto permite ler a execução de comandos no terminal, e até mesmo ler a saída de arquivos Python.

## Instalação

Você pode instalar este pacote com:

```bash
pip install pyspeak_command
