A python version of a CTF simulator with interactive python notebooks
Clone this repository, enter it in the command line and then run jupyter notebook CTF_simulation_notebook.ipynb
A few standard python libraries are required:
- Pandas (pip install pandas)
- numpy (pip install numpy)
- Matplotlib (pip install matplotlib)
- OpenCV (pip install opencv-python
Any problems? Don't hesitate to open an issue on the issues page.