ncorbuk / Python-Ransomware

Python Ransomware Tutorial - YouTube tutorial explaining code + showcasing the ransomware with victim/target roles
MIT License
493 stars 142 forks source link

Add requirements.txt #9

Closed anthonyzutter closed 1 year ago

anthonyzutter commented 3 years ago

It's nice to have a requirements file because you can easily install all the modules with python -m pip install requirements.txt