Metadata-Version: 2.4
Name: autopyexec
Version: 0.1.0
Summary: Run .py files directly without typing python
Home-page: https://github.com/ganureddy/autopyexec
Author: Ganu Reddy
Author-email: ganureddy54@email.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# autopyexec

Run `.py` files directly without typing `python filename.py`.

## Install
```bash
pip install autopyexec
