Giter VIP home page Giter VIP logo

killer's Introduction

Attention!

The project requires testing and development from individuals with a Mac.

If you're interested in assisting with this please contact one of the devs

within the Discord or IRC channel listed below

           _  _  _  _ _
          | |/ /(_)| | |
          |   /  _ | | | ____ _ _
          |  \  | || | |/ _  ) `_|
          | | \ | || | ( (/_/| |
          |_|\_\|_|\__)_)____)_|
   _____________________________________
   \                       | _   _   _  \
    `.                  ___|____________/
      ``````````````````

            System tamper detector
(USB, Bluetooth, AC, Battery, Disk Tray, Ethernet)
  Shuts the system down upon disallowed changes.

PyPI - Current version PyPI - Downloads

Killer Discord Channel Join irc.freenode.net #killer channel

Installation and usage

pip3 install --user -U killer
killer --help
python -m killer --help

Development

Setting up an environment for hacking on Killer.

Linux

git clone https://github.com/Lvl4Sword/Killer.git
cd ./Killer
mkdir -p ~/.virtualenvs/
python3 -m venv ~/.virtualenvs/killer
source ~/.virtualenvs/killer/bin/activate
python -m pip install -U pip
python -m pip install -U -r requirements.txt
python -m pip install -U -r dev-requirements.txt

Windows

git clone https://github.com/Lvl4Sword/Killer.git
Set-Location -Path .\Killer
New-Item -ItemType Directory -Force -Path $env:USERPROFILE\.virtualenvs\
py -3 -m venv $env:USERPROFILE\.virtualenvs\killer
$env:USERPROFILE\.virtualenvs\Scripts\Activate.ps1\
python -m pip install -U pip
pip install -U -r requirements.txt
pip install -U -r dev-requirements.txt

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.