Starting Kali MC

Running from source

To use Kali MC, first ensure you have a Python 3 distribution (Python version >= 3.9) installed in your system and/or activate a virtual environment, you can check it in a terminal:

$ python --version
Python 3.9.19

Clone the repository (or download zip and extract folder) https://github.com/radiofisica-hgugm/kali_mc.git

$ git clone https://github.com/radiofisica-hgugm/kali_mc.git
$ cd kali_mc

Install the needed packages using pip:

$ pip install -r requirements.txt

Start the application:

$ python main.py

Running the executable

A windows package with an executable file can be found in Releases.

Extract to the desired folder and run the executable file kali_mc.exe.