It is a GUI version of Fedora Disk Writer for Linux Systems (Beta). This project is made in Python 3...
This is a fully automated tool. Make sure to insert an empty USB or back up important files in the USB before running the project as it will format the USB.
Just follow the instructions of the program and at the end, you will have your bootable Fedora USB ready!
Run these commands to install the dependencies
pip3 install wget
pip3 install os
pip3 install requests
Enter the following commands in terminal to install (for Ubuntu based systems)
sudo apt-get install python3
git clone https://github.com/Suvid-Singhal/Fedora-Disk-Writer-Linux-Beta.git
cd Fedora-Disk-Writer-Linux-Beta
Enter the following commands in terminal to install (for Fedora based systems)
sudo dnf python3
git clone https://github.com/Suvid-Singhal/Fedora-Disk-Writer-Linux-Beta.git
cd Fedora-Disk-Writer-Linux-Beta
To run the project, enter the following commands
python3 run.py