Pardus Image Writer is an application for burn ISO and IMG files to USB Flash sticks.
It is currently a work in progress. Maintenance is done by Pardus team.
This application is developed based on Python3 and GTK+ 3. Dependencies:
gir1.2-glib-2.0 gir1.2-gtk-3.0 python3-gi python3-requests python3-pyudev parted
Install dependencies
sudo apt install gir1.2-glib-2.0 gir1.2-gtk-3.0 python3-gi python3-requests python3-pyudev parted
Clone the repository
git clone https://github.com/pardus/pardus-image-writer.git ~/pardus-image-writer
Run application
python3 ~/pardus-image-writer/src/Main.py
sudo apt install devscripts git-buildpackage
sudo mk-build-deps -ir
gbp buildpackage --git-export-dir=/tmp/build/pardus-image-writer -us -uc