esp-flasher


Nameesp-flasher JSON
Version 3.1.0 PyPI version JSON
download
home_pagehttps://github.com/Jason2866/ESP_Flasher
SummaryESP8266/ESP32 Tasmota firmware flasher for ESP
upload_time2025-08-04 14:25:26
maintainerNone
docs_urlNone
authorJason2866
requires_python<4.0,>=3.8
licenseMIT
keywords home automation
VCS
bugtrack_url
requirements pyserial requests PyQT5 distro
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
[![Build_special_firmware](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)

# Tasmota-ESP-Flasher for Tasmota v13 and later (Safeboot partition scheme)

[![GitHub Releases](https://img.shields.io/github/downloads/Jason2866/ESP_Flasher/total?label=downloads&color=%231FA3EC&style=for-the-badge)](https://github.com/Jason2866/ESP_Flasher/releases/latest)

Tasmota-ESP-Flasher is an app for ESP8266 / ESP32 designed to make flashing Tasmota on ESPs as simple as possible by:

 * Pre-built binaries for most used operating systems
 * Support for Tasmota factory images
 * Hiding all non-essential options for flashing
 * All necessary options (bootloader, flash mode, safeboot) are set automatically
 * Flashing is lightning fast

The flashing process is done using [esptool](https://github.com/espressif/esptool) from espressif.

## Installation

- Check the [releases section](https://github.com/Jason2866/ESP_Flasher/releases) for your OS.
- Download and double-click and it'll start.

- The native Python version can be installed from PyPI: **`pip install esp-flasher`**.
  Start the GUI by `esp_flasher`. Alternatively, you can use the command line interface ( type `esp_flasher -h` for info)

In the odd case of your antivirus going haywire over that application, it's a [false positive.](https://github.com/pyinstaller/pyinstaller/issues/3802)

## Documentation
[Tasmota ESP Flasher Wiki](https://deepwiki.com/Jason2866/ESP_Flasher)

## Build it yourself

If you want to build this application yourself you need to:

- Install Python 3.x
- Download this project and run `pip3 install -e .` in the project's root.
- Start the GUI using `esp_flasher`. Alternatively, you can use the command line interface (
  type `esp_flasher -h` for info)

### Mac OSX (compiled binary only for 11 and newer)

Driver maybe needed for Mac OSx.

Info: https://www.silabs.com/community/interface/forum.topic.html/vcp_driver_for_macosbigsur110x-krlP

Driver: https://www.silabs.com/documents/public/software/Mac_OSX_VCP_Driver.zip

## License

[MIT](http://opensource.org/licenses/MIT) © Otto Winter, Michael Kandziora, Johann Obermeier

### Powered by
[![CLion logo.](https://resources.jetbrains.com/storage/products/company/brand/logos/CLion.svg)](https://jb.gg/OpenSourceSupport)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Jason2866/ESP_Flasher",
    "name": "esp-flasher",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "home, automation",
    "author": "Jason2866",
    "author_email": "obermeier.johann@googlemail.com",
    "download_url": "https://files.pythonhosted.org/packages/b8/61/8519baa72e53dae6d4e2c8367c9de1b81a84eb9bdaa43ccc1d6bb8a9981e/esp_flasher-3.1.0.tar.gz",
    "platform": "any",
    "description": "\n[![Build_special_firmware](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)\n\n# Tasmota-ESP-Flasher for Tasmota v13 and later (Safeboot partition scheme)\n\n[![GitHub Releases](https://img.shields.io/github/downloads/Jason2866/ESP_Flasher/total?label=downloads&color=%231FA3EC&style=for-the-badge)](https://github.com/Jason2866/ESP_Flasher/releases/latest)\n\nTasmota-ESP-Flasher is an app for ESP8266 / ESP32 designed to make flashing Tasmota on ESPs as simple as possible by:\n\n * Pre-built binaries for most used operating systems\n * Support for Tasmota factory images\n * Hiding all non-essential options for flashing\n * All necessary options (bootloader, flash mode, safeboot) are set automatically\n * Flashing is lightning fast\n\nThe flashing process is done using [esptool](https://github.com/espressif/esptool) from espressif.\n\n## Installation\n\n- Check the [releases section](https://github.com/Jason2866/ESP_Flasher/releases) for your OS.\n- Download and double-click and it'll start.\n\n- The native Python version can be installed from PyPI: **`pip install esp-flasher`**.\n  Start the GUI by `esp_flasher`. Alternatively, you can use the command line interface ( type `esp_flasher -h` for info)\n\nIn the odd case of your antivirus going haywire over that application, it's a [false positive.](https://github.com/pyinstaller/pyinstaller/issues/3802)\n\n## Documentation\n[Tasmota ESP Flasher Wiki](https://deepwiki.com/Jason2866/ESP_Flasher)\n\n## Build it yourself\n\nIf you want to build this application yourself you need to:\n\n- Install Python 3.x\n- Download this project and run `pip3 install -e .` in the project's root.\n- Start the GUI using `esp_flasher`. Alternatively, you can use the command line interface (\n  type `esp_flasher -h` for info)\n\n### Mac OSX (compiled binary only for 11 and newer)\n\nDriver maybe needed for Mac OSx.\n\nInfo: https://www.silabs.com/community/interface/forum.topic.html/vcp_driver_for_macosbigsur110x-krlP\n\nDriver: https://www.silabs.com/documents/public/software/Mac_OSX_VCP_Driver.zip\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT) \u00a9 Otto Winter, Michael Kandziora, Johann Obermeier\n\n### Powered by\n[![CLion logo.](https://resources.jetbrains.com/storage/products/company/brand/logos/CLion.svg)](https://jb.gg/OpenSourceSupport)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "ESP8266/ESP32 Tasmota firmware flasher for ESP",
    "version": "3.1.0",
    "project_urls": {
        "Homepage": "https://github.com/Jason2866/ESP_Flasher"
    },
    "split_keywords": [
        "home",
        " automation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dfb56d38d66f2deaa515ce88599c3dc54324d089f3e6b34e7a6364f7c6fe539b",
                "md5": "f4e79bfbb57d7c21dbc2989a8fff4a09",
                "sha256": "7a793d870dae728a88d6a5040fb2865fcfe77f7a3bc0a89cd46ad57919fc6920"
            },
            "downloads": -1,
            "filename": "esp_flasher-3.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f4e79bfbb57d7c21dbc2989a8fff4a09",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 119431,
            "upload_time": "2025-08-04T14:25:25",
            "upload_time_iso_8601": "2025-08-04T14:25:25.418117Z",
            "url": "https://files.pythonhosted.org/packages/df/b5/6d38d66f2deaa515ce88599c3dc54324d089f3e6b34e7a6364f7c6fe539b/esp_flasher-3.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b8618519baa72e53dae6d4e2c8367c9de1b81a84eb9bdaa43ccc1d6bb8a9981e",
                "md5": "689be48b9515eb51e160ab35575986e4",
                "sha256": "a97965f6dbf3e20151b2f42b4c73de45bc3f6f1a68cbb7cd0881a1aa08f4bd2e"
            },
            "downloads": -1,
            "filename": "esp_flasher-3.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "689be48b9515eb51e160ab35575986e4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 119650,
            "upload_time": "2025-08-04T14:25:26",
            "upload_time_iso_8601": "2025-08-04T14:25:26.713457Z",
            "url": "https://files.pythonhosted.org/packages/b8/61/8519baa72e53dae6d4e2c8367c9de1b81a84eb9bdaa43ccc1d6bb8a9981e/esp_flasher-3.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-04 14:25:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Jason2866",
    "github_project": "ESP_Flasher",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pyserial",
            "specs": [
                [
                    ">=",
                    "3.5"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "<",
                    "3"
                ],
                [
                    ">=",
                    "2.24.0"
                ]
            ]
        },
        {
            "name": "PyQT5",
            "specs": [
                [
                    ">=",
                    "5.15.10"
                ]
            ]
        },
        {
            "name": "distro",
            "specs": [
                [
                    ">=",
                    "1.9.0"
                ]
            ]
        }
    ],
    "lcname": "esp-flasher"
}
        
Elapsed time: 1.47490s