In repo you can find files with GeoJSON encoded data with polygons describing shapes of Warsaw districts (pl: dzielnice Warszawy).
Copy and paste the content into tools like this http://geojson.io/ to check if this is what you were looking for!
warszawa-dzielnice.geojson
contains all Warsaw's districts together.
The extract_dzielnice.py
script extracts each of warszawa-dzielnice.geojson
districts into separate file.
The script requires pip install geojson
(https://pypi.org/project/geojson/)