Skip to content

Suvid-Singhal/Fedora-Disk-Writer-Linux-Beta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Fedora Disk Writer Linux β

It is a GUI version of Fedora Disk Writer for Linux Systems (Beta). This project is made in Python 3...

How to Use

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!

Installing Requirements

Run these commands to install the dependencies

pip3 install wget
pip3 install os
pip3 install requests

Installation

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

Usage

To run the project, enter the following commands

python3 run.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages