Skip to content

JovialDuck78/PyFlash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PyFlash

A USB ISO flashing program written for Linux. I noticed that there was no Rufus alternative for Linux, so I made one!

Package Arch Debian/Ubuntu Fedora Void
Python 3 + tkinter python tk python3 python3-tk python3 python3-tkinter python3 python3-tkinter
p7zip p7zip p7zip-full p7zip p7zip-plugins p7zip
parted parted parted parted parted
dosfstools (FAT32) dosfstools dosfstools dosfstools dosfstools
exfatprogs (exFAT) exfatprogs exfatprogs exfatprogs exfat-utils
ntfs-3g (NTFS) ntfs-3g ntfs-3g ntfs-3g ntfs-3g

How to Install Dependencies

Arch

sudo pacman -S python tk p7zip parted dosfstools exfatprogs ntfs-3g

Debian/Ubuntu

sudo apt install python3 python3-tk p7zip-full parted dosfstools exfatprogs ntfs-3g

Fedora

sudo dnf install python3 python3-tkinter p7zip p7zip-plugins parted dosfstools exfatprogs ntfs-3g

Void

sudo xbps-install python3 python3-tkinter p7zip parted dosfstools exfat-utils ntfs-3g

Usage

sudo python3 pyflash.py

About

A USB ISO flashing program written for Linux. I noticed that there was no Rufus alternative for Linux, so I made one!

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages