Metadata-Version: 2.1
Name: pyjarvishell
Version: 4.3.14
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
Requires-Dist: pywin32

# pyjarvishell

Libreria Python per eseguire comandi PowerShell in stile Jarvis (usando COM per maggiore affidabilità).

## Utilizzo

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

Creato da Mattia Leoni
