CYB3RMX / pyXuSB

An super lightweight utility for creating bootable USB drives.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyXuSB

  • Usage: sudo python3 pyXuSB.py

Screenshot

Screen

Usage

animation

Updates

17/12/2020

  • Critical bug: Fixed bugs on file mounting options.
  • Coming soon: Windows pendrive creating for GPT disk type.

Setup

Necessary python modules

  • npyscreen => Creating TUI.
  • psutil => Handling processes such as dd and mkfs.

Installation of python modules: sudo pip3 install -r requirements.txt
Gathering other dependencies:

  • gettext: sudo apt-get install gettext
  • ms-sys: http://ms-sys.sourceforge.net/

MS-SYS Installation:

  • tar -zxvf ms-sys*.tgz
  • cd ms-sys
  • make
  • sudo make install

About

An super lightweight utility for creating bootable USB drives.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%