├── .gitignore ├── LICENSE.txt ├── README.md ├── demo.gif └── sane.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikeevmm/sane/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikeevmm/sane/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikeevmm/sane/HEAD/README.md -------------------------------------------------------------------------------- /demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikeevmm/sane/HEAD/demo.gif -------------------------------------------------------------------------------- /sane.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikeevmm/sane/HEAD/sane.py --------------------------------------------------------------------------------