# Hello there ! Wave hand I'm {{ data.info.name }}, a passionate developer from {{ data.info.city }}, France.
Currently, the weather is: **{{ data.weather.temperature }}°C**, **{{ data.weather.description }}** ### I code with {% for image in data.tools -%} ![{{ image.name }}]({{ image.url }}) {% endfor %} ### Where to find me {% for image in data.links -%} [![{{ image.alt }}]({{ image.src }})]({{ image.href }}) {% endfor %} ---
This README is generated every day.
Last refresh: **{{ data.today }}**
{% for image in data.footer_badges -%} ![{{ image.alt }}]({{ image.src }}) {% endfor %} *inspired by [Thomas Guibert](https://github.com/thmsgbrt)*