A minimalist GUI application for burning ISO's to a disk. Written in python. Total size 2.83 KB. Contributions welcome.
1. Download the 'img-stable.py' file.-
Make sure you have the package 'tk' (Tkinter) installed. It comes preinstalled with most installations of Python but you can install it like this.
-
Run 'python3 /Path/To/img.py'
This is an alternative to them. It provides a clean GUI to choose the correct ISO file and disk, while taking up less than 3 KB. Its only dependencies are Python 3, and the 'dd' tool [both come preinstalled on Unix systems].
Quoting the GNU Project;
"Free software means that the software's users have freedom. (The issue is not about price.) ...
... Specifically, free software means users have the four essential freedoms: (0) to run the program, (1) to study and change the program in source code form, (2) to redistribute exact copies, and (3) to distribute modified versions.
Software differs from material objects—such as chairs, sandwiches, and gasoline—in that it can be copied and changed much more easily. These facilities are why software is useful; we believe a program's users should be free to take advantage of them, not solely its developer."
What they said.
ALL, and I repeat ALL, contributions are welcome. If you know how to code, perhaps you could make the code more efficient, fix a bug, develop new logic for the script. If you don't know how to code, maybe you could tell others about this, maybe you could make art for our cover image, maybe you could just use it.
Even if it's a very insignificant one, I welcome and appreciate all contributions.
There are 3 main objectives for this project;
-
To make a version that is compatible with the Windows operating system [to help people switch to Linux :) ]
-
To get this script into the main software repositiories, specifically :- homebrew, apt, and the aur.
-
To get over 100 stars on GitHub. I truly see a need for this piece of software, and I want people to know about it.