Skip to content

balzss/bootable-usb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What it is

A small wrapper utility around dd to create bootable usb-s fast and easy - written in python.

What it does

  • Looks through your home directory and lists your ISO files (newest first) to choose one
  • Lists your connected USB drives (by their brand and size for easy recognition) to choose one
  • Unmount your selected USB if it's mounted
  • Puts your selected ISO on it (with the dd utility)

What it needs

  • Python 3
  • A system that has the following utilities installed: find, mount, and dd

Why would you need it

I'm the type of user how likes experimenting with different OS-s and distros and found it way too time consuming to manually create the bootable usb-s in the command line. I hope others find this useful as well.

disclaimer: This program is just a wrapper around existing utilities and nothing more, it won't do anything else other than speeding up the tedious process of using dd.

How to install it

pip install bootable-usb

How to use it

Just run the following command and after that everything should be self-explanatory

bootable-usb

Other

  • License can be found in LICENSE.txt
  • If you encounter any bug please report it either here or at balazs.saros@gmail.com
  • Pull requests are very welcome! :)

About

A small wrapper utility around dd to create bootable usb-s fast and easy - written in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages