Metadata-Version: 2.1
Name: pyjarvishell
Version: 3.14.15
Summary: Esecuzione automatica di comandi PowerShell in stile Jarvis
Author: Mattia Leoni
Author-email: mattia.leoni15@icloud.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# pyjarvishell

Libreria Python per eseguire comandi PowerShell automaticamente in stile Jarvis.

## Utilizzo

```python
import pyjarvishell
pyjarvishell.comando = "Get-Date"
```

Creato da Mattia Leoni
