项目作者: CYB3RMX

项目描述 :
An super lightweight utility for creating bootable USB drives.
高级语言: Python
项目地址: git://github.com/CYB3RMX/pyXuSB.git
创建时间: 2020-12-03T20:30:33Z
项目社区:https://github.com/CYB3RMX/pyXuSB

开源协议:GNU General Public License v3.0

下载


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