remove keyring import remove FramelessWindowHint use more granular errors in esptool exception move banner.png to resource file finalize setup.py release 1.0
The full-featured flashing tool for Tasmota. With the great ESPtool from Espressif under the hood, and all required settings by default.
Features
-
Automatic backup of current ESP image before flashing: in case you want to return to manufacturer firmware
-
Flash local .bin images, or simply select from release or development images: it will download them automatically
-
Send configuration to flashed device via serial: one-click configure of Wifi (including recovery AP), MQTT, Module and/or Template
-
Dark theme: proven to increase flashing speed and reliability
Installation and how to run
-
Option 1: download and use any of our released binary versions available for Linux, Windows (thanks @Jason2866)
-
Option 2:
pip3 install tasmotizerand then simply runtasmotizer.pyfrom the shell/command line -
Option 3: Clone the repo,
pip3 install PyQt5 pyserialfollowed bypython3 tasmotizer.pyand flash away!


