├── code.py └── README.md /code.py: -------------------------------------------------------------------------------- 1 | print("hello word") 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # python-image 2 | image tools 3 | --------------------------------------------------------------------------------