Can generate and send packets according to user. You can modify a bunch of properties for your packet before sending to wire. Good for testsing firewall rules and stress testing.
Create your Virtual Env
virtualenv -p /usr/bin/python3.5 envName
Activate the Envv
source envName/bin/activate
Install Django
pip3 install django
Install scapy
pip3 install scapy-python3