├── .gitignore ├── LICENSE ├── README.md ├── logo.png ├── pic2brick.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucaswo/Pic2Brick/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucaswo/Pic2Brick/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucaswo/Pic2Brick/HEAD/README.md -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucaswo/Pic2Brick/HEAD/logo.png -------------------------------------------------------------------------------- /pic2brick.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucaswo/Pic2Brick/HEAD/pic2brick.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucaswo/Pic2Brick/HEAD/requirements.txt --------------------------------------------------------------------------------