├── .gitignore ├── LICENSE ├── README.md ├── main.py └── resources └── earrings_bb.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnja/pyearrings/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnja/pyearrings/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnja/pyearrings/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnja/pyearrings/HEAD/main.py -------------------------------------------------------------------------------- /resources/earrings_bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnja/pyearrings/HEAD/resources/earrings_bb.png --------------------------------------------------------------------------------