A powerful, modern GUI toolkit for Google Pixel devices β ADB, Fastboot, flashing, and more, all in one clean interface.
| Feature | Description |
|---|---|
| π File Push / Pull | Transfer files to and from your device with dynamic path support |
| π¦ App Management | Install, uninstall, and sideload APKs with a single click |
| π Power Menu | Reboot to System, Bootloader, Recovery, or EDL mode instantly |
| π₯οΈ Screen Mirroring | High-performance device mirroring via integrated Scrcpy support |
| π§ Advanced Tools | Qualcomm Diag Mode enabler and EFS partition reset (Root required) |
| Feature | Description |
|---|---|
| π Bootloader Control | Easy unlock/lock for both Modern Pixel and Legacy devices |
| π§Ή Maintenance | Erase Cache, FRP, or perform a full User Data wipe |
| π Slot Management | Switch active A/B slots and retrieve exhaustive device info |
| πΏ Live Boot | Temporarily boot a .img file without flashing it permanently |
Support for 30+ specific Android partitions, including:
boot β’ recovery β’ vbmeta β’ system
vendor β’ product β’ dtbo β’ super
modem β’ bluetooth β’ radio β’ tz
... and many more
Pre-configured safety checks prevent syntax errors during critical flash operations.
- Adaptive Themes β Light, Dark, and System-synced modes
- Real-time Device Polling β Live connection status indicator
- Threaded Console β Non-blocking command output with a Stop button for active processes
- Windows 11 Native Feel β Clean, compact layout optimized for the Windows experience
| Device | Model | Android | Status |
|---|---|---|---|
| Pixel 6 | oriole |
12 β 16 | β Supported |
| Pixel 6 Pro | raven |
12 β 16 | β Supported |
| Pixel 6a | bluejay |
12 β 16 | β Supported |
| Pixel 7 | panther |
13 β 16 | β Supported |
| Pixel 7 Pro | cheetah |
13 β 16 | β Supported |
| Pixel 7a | lynx |
13 β 16 | β Supported |
| Pixel 8 | shiba |
14 β 16 | β Supported |
| Pixel 8 Pro | husky |
14 β 16 | β Supported |
| Pixel 8a | akita |
14 β 16 | β Supported |
| Pixel 9 | tokay |
16 | β Supported |
| Pixel 9 Pro | caiman |
16 | β Supported |
| Pixel 9 Pro XL | komodo |
16 | β Supported |
| Pixel 9 Pro Fold | comet |
16 | β Supported |
| Pixel 9a | manta |
16 | β Supported |
| Pixel 10 Pro | blazer |
16 | β Supported |
| Pixel 10 Pro XL | mustang |
16 | β Supported |
| Pixel 10 | frankel |
16 | β Supported |
Note
Android 16 QPR1 introduced new IMEI/EFS partition restrictions. Some low-level operations may require additional steps on devices running Android 16+.
No Python required. Just download and run.
- Go to the Releases page
- Download the latest
Pixel.Kit.zip - Extract and launch
Pixel Kit.exe
Note: ADB and Fastboot platform tools are bundled β no setup needed.
Prerequisites: Python 3.10+, Git
# 1. Clone the repository
git clone https://github.com/not-GIANT/Pixel-Kit.git
cd Pixel-Kit
# 2. Install dependencies
pip install PyQt6 pillow
# 3. Launch
python "Pixel Kit.py"| Requirement | Details |
|---|---|
| OS | Windows 10 / 11 (64-bit) |
| Python | 3.10 or newer (source only) |
| USB Drivers | Google USB Driver |
| ADB / Fastboot | Bundled in platform-tools/ |
| USB Debugging | Must be enabled on the device |
Warning
Pixel Kit performs low-level operations on your Android device.
Modifying partitions, unlocking bootloaders, or wiping EFS data can permanently brick your device or void your warranty. Always back up your data before proceeding. The author is not responsible for any data loss, hardware damage, or device failure resulting from use of this tool.
Use at your own risk.
Contributions, issues, and feature requests are welcome!
- Fork this repository
- Create a feature branch:
git checkout -b feature/my-feature - Commit your changes:
git commit -m "feat: add my feature" - Push to the branch:
git push origin feature/my-feature - Open a Pull Request
Coded with β€οΈ by GIANT
If Pixel Kit saved you time, drop a β β it means a lot!
π Report Bug
Β β’Β
π‘ Request Feature
Β β’Β
π¦ Download