Metadata-Version: 2.1
Name: esp_flasher
Version: 1.1.1
Summary: ESP8266/ESP32 firmware flasher for ESP
Home-page: https://github.com/Jason2866/ESP-Flasher
Author: Jason2866
Author-email: contact@github.io
License: MIT
Download-URL: https://github.com/Jason2866/ESP-Flasher/archive/1.1.1.zip
Description: # ESP-Flasher
        
        ## :warning: ESP-Flasher uses new partition.bin for ESP32. Default since Tasmota v.9.4.0. [More Info](https://github.com/arendst/Tasmota/pull/11746)
        
        [![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)
        
        ESP-Flasher is a utility app for ESP8266 / ESP32 and is designed to make flashing Tasmota on ESPs as simple as possible by:
        
         * Having pre-built binaries for most operating systems.
         * Hiding all non-essential options for flashing. All necessary options for flashing
           (bootloader, flash mode) are automatically extracted from the binary.
        
        The flashing process is done using the [esptool](https://github.com/espressif/esptool)
        library by espressif.
        
        ## Installation
        
        It doesn't have to be installed, just double-click it and it'll start.
        Check the [releases section](https://github.com/Jason2866/ESP_Flasher/releases)
        for downloads for your platform.
        
        ## Build it yourself
        
        If you want to build this application yourself you need to:
        
        - Install Python 3.x
        - Install [wxPython 4.x](https://wxpython.org/) manually or run `pip3 install wxpython`
        - 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)
        
        
        ## Linux Notes
        
        Installing wxpython for linux can be a bit challenging (especially when you don't want to install from source).
        You can use the following command to install a wxpython suitable with your OS:
        
        ```bash
        # Go to https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ and select the correct OS type
        # here, we assume ubuntu 20.04
                 sudo apt-get update
                 sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
                 pip3 install -U \
                  -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04 \
                  wxPython
        ```
        
        ## License
        
        [MIT](http://opensource.org/licenses/MIT) © Marcel Stör, Otto Winter, Johann Obermeier
        
Keywords: home,automation
Platform: any
Requires-Python: >=3.5,<4.0
Description-Content-Type: text/markdown
