Skip to content

jrogue/xincapio

 
 

Repository files navigation

Xincapio

Linux (Ubuntu)

screenshot-linux


Windows 10

screenshot-win

Xincapio is a cross-platform software to get IP address, MAC address and Disk Serial Number. It is developed in Python 3.7, and supports Graphical User Interface using PyQt5.

Table of Contents

Installation

Download from GitHub Releases.

Linux

Compiled and tested on Ubuntu 18.04.3.

$ tar xzvf xincapio.tar.gz
$ cd xincapio
$ ./install-xincapio
$ source "$HOME/.bashrc"

Windows

Compiled and tested on Windows 10.

> xincapio-installer.exe

Build from source

Please refer to BUILD.

Usage

GUI

Linux

$ xincapio --gui

Windows

Start > Xincapio > Xincapio

Console

Linux

$ xincapio
$ xincapio --help
$ xincapio --output <path-to-output-file>
$ xincapio --version

Windows

> cd "C:\Program Files\xincapio" 
> .\main.exe
> .\main.exe --help
> .\main.exe --output <path-to-output-file>
> .\main.exe --version

Uninstallation

Linux

$ uninstall-xincapio

If something went wrong with ~/.bashrc, restore from ~/.bashrc.bak.

Windows

Control Panel > Programs > Programs and Features >> Xincapio > Uninstall

About

Get IP address, MAC address and Disk Serial Number

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.3%
  • Shell 3.5%
  • NSIS 3.2%