├── .gitignore ├── LICENSE ├── README.md └── capture-py.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fbruzzaniti/Capture-Py/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fbruzzaniti/Capture-Py/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fbruzzaniti/Capture-Py/HEAD/README.md -------------------------------------------------------------------------------- /capture-py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fbruzzaniti/Capture-Py/HEAD/capture-py.py --------------------------------------------------------------------------------