Metadata-Version: 2.1
Name: xiaomi-flashable-firmware-creator-gui
Version: 2.0.0
Summary: Create flashable firmware zip from MIUI Recovery ROMs!
Home-page: https://xiaomifirmwareupdater.com/projects/xiaomi-flashable-firmware-creator/
License: GPL-3.0-only
Keywords: xiaomi,firmware,android
Author: yshalsager
Author-email: ysh-alsager@hotmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: PyQt5 (>=5.13.0,<6.0.0)
Requires-Dist: xiaomi_flashable_firmware_creator (>=2.0.0,<3.0.0)
Project-URL: Repository, https://github.com/XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator-gui/
Description-Content-Type: text/markdown

## Xiaomi Flashable Firmware Creator
Create flashable firmware zip from MIUI Recovery ROMs!

[![Crowdin](https://badges.crowdin.net/mi-flashable-firmware-creator/localized.svg)](https://crowdin.com/project/mi-flashable-firmware-creator)

[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)

Xiaomi Flashable Firmware Creator is a tool that generates flashable firmware-update packages from official MIUI ROMS.

It supports creating untouched firmware, non-arb firmware, firmware + vendor flashable zip, and firmware-less ROMs.
[![screenshot](https://raw.githubusercontent.com/XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator.py/py/screenshots/1.png)](https://xiaomifirmwareupdater.com/projects/xiaomi-flashable-firmware-creator/)

### Features:
- Easy-to-use interface
- Multilanguage support (more than 25 languages!). Thanks to our community members!

#### Screenshots:
[Here](https://github.com/XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator.py/tree/py/screenshots)

### GUI Usage:
- Clone this repo using `git clone --recursive`
- Make sure that you have Python3 installed on your device.
- Install the required packages.
```
pip3 install -r requirements.txt
```
- Run the tool.
```
python3 -m xiaomi_flashable_firmware_creator_gui
```

