GDD

GDD is a coding project that I have planned to create. Basically, it is a GUI (Graphical User Interface) for the linux program dd.

In case you don't know, dd is a program for burning .iso files onto usbs. It is typically auto installed with linux, and I had a need to burn many iso files, and perfered a GUI (because lets be honest, not everyone wants to do every single thing in the terminal).

While I was trying to burn the iso files I coulden't really find any good (and fast) usb iso burner. So I decided to just use dd in the terminal, but to anyone who wants a good gui iso burner, I will try to make one. It will most likley be writen in python, and once I make it I will link the github repo to this.