Metadata-Version: 2.1
Name: pyjarvishell
Version: 1.0.0
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

# pyshell

Libreria Python per eseguire comandi PowerShell automaticamente in modo semplicissimo.

## Esempio

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

Creato da Mattia Leoni il 22.07.2025
