GithubHelp home page GithubHelp logo

bootqt's Introduction

Bootqt

Download on Flathub

Bootqt - Bootable USB writer using Qt.

Bootqt

Bootqt is a simple app for making a bootable USB drive from an ISO or IMG file. It is written in Python and uses Qt technologies to provide an easy to use graphical user interface.

*** Bootqt is for Linux only at the time. ***

How to use

  • Open the app and select your drive from the "Select Drive" list.
  • Press the "Select Image File" button to select an image file.
  • Press "Prepare Drive" and wait until the program finishes.

Languages

Bootqt currently supports five languages:

  • English
  • Danish
  • German
  • Italian
  • Portuguese (Brazil)
  • Turkish

To use them, download the bqi18n folder alongside the bootqt.py file. It will automatically get your locale from your computer.

Localising Bootqt is very simple. If you want to translate it to a language you speak, please feel free to do so! Or hit me up for details on how to do it.

How to install

If your computer has Flatpak support, you can install Bootqt through the Flathub repo by just searching for Bootqt in your application store (Discover, Software, etc) or by going to this page and getting the flatpakref file by pressing Install. Then, just run the flatpakref file to open it via your application store.

Or you can install it through the terminal:

flatpak install flathub io.github.giantpinkrobots.bootqt

If you don't have the Flathub repo enabled, you have to run this command first to add it to your computer:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

If you don't want to install through Flatpak, you have to download the "bootqt.py" file (not the one in the flatpak directory) and download the "bqi18n" folder if you want localization to work. Then, you'll need PyQt5. Here is how you can get it via pip:

pip install PyQt5

Afterwards just run the script like so:

python3 ./bootqt.py

Why?

I know there are many other alternatives to Bootqt. But I wanted to try making an app using Qt. This is my first such project. Also I haven't seen such a tool that is made with Qt and integrates well with KDE Plasma.

Special Thanks

  • Thanks to @zocker-160 for giving me support on making Bootqt Flatpak compatible, going as far as writing the initial Flatpak yml file for me.
  • Thanks to my friends for their help on German and Danish localization.
  • Thanks to @albanobattistella for Italian localization.
  • Thanks to @maxsonferovante for Brazilian Portuguese localization.

bootqt's People

Contributors

giantpinkrobots avatar albanobattistella avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar Maxson Ferovante avatar Ricardo Valtierra avatar Ole Magnus Herseth avatar Chuck Lagos avatar Bayazid B. Halim avatar Suchinton avatar 5l1v3r1 avatar  avatar Luis David avatar  avatar  avatar

Watchers

 avatar

bootqt's Issues

Flatpak manifest

I have created a flatpak manifest which "works" (aka the application does launch)
bootqt_flatpak.zip

Screenshot_20220517_192536

In terms of functionality it will be problematic, because you are trying to run commands on the host using lsblk_output = os.popen("lsblk").read() and others, which is a bit of an issue inside a Flatpak because of the sandboxing.

With - --filesystem=host and - --device=all I gave it the highest possible permissions, so it might work, but I have not tested it.

For testing, you need to build the flatpak with
flatpak-builder --force-clean --user --install build/ com.github.giantpinkrobots.bootqt.yml

and then you run it with
flatpak run com.github.giantpinkrobots.bootqt

No Italian language.

HI,

After new update, Italian language is not available.
Could you please check it?
Thanks.
Regards,
A.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.