Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.01 KB

File metadata and controls

66 lines (41 loc) · 1.01 KB


Device Scanner

[Outdated]

  • This project is no longer supported nor work

Prerequisites

Getting Started

  • clone the repository
    • git clone https://github.com/SecLabX/Device-Scanner.git
  • cd into the project
    • cd Device-Scanner/

Dependencies

Windows

pip install requirements.txt

Linux

pip3 install requirements.txt

Running GUI

Windows

python .\src\gui\device-gui.py

Linux

python3 src/gui/device-gui.py

Running Executable

Windows

python .\etc\buildexe.py

Linux

python3 etc/buildexe.py