A small wrapper utility around dd to create bootable usb-s fast and easy - written in python.
- 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)
- Python 3
- A system that has the following utilities installed: find, mount, and dd
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.
pip install bootable-usb
Just run the following command and after that everything should be self-explanatory
bootable-usb
- 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! :)