sqrdevl / Windows_EFI_Mounter

A python GUI program to help you mount your EFI partition on Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A python GUI program to help you mount your EFI partition on Windows.

简体中文

Usage

python3 EFI_Mounter.py

Or download release executable file from here

What is the difference of EFI_Mounter.zip and EFI_Mounter.exe? The EFI_Mounter.exe is a standalone file and need to extract itself before running, so the EFI_Mounter.zip has a better launch speed since it's pre-extracted. Just take your pick.

Build

First install pyinstaller

pip3 install pyinstaller

then run pyinstaller -F --uac-admin EFI_Mounter.py for standalone executable file, or pyinstaller -w --uac-admin EFI_Mounter.py otherwise.

You will get your build in dist folder.

About

A python GUI program to help you mount your EFI partition on Windows

License:MIT License


Languages

Language:Python 100.0%