CyberDDoS is a tools that do a DDoS attack. This tool doesnt require any library as it's using standard library.
git clone https://github.com/arcel1945/CyberDDoS.git
cd CyberDDoS
python3 hammer.py [-s] [-p] [-t]
-h : help
-s : server ip
-p : port default 80
-t : turbo default 135
Example
python ddos.py -s example -p 80 -t 135