Conversion of PCAP file to CSV file

How to capture the network stream and convert it to model interpretable form? PCAP: Is this readable? Do You Know? What is a PCAP file? Tools required: Linux OSDumpcap command-line utilityWiresharkFlowmeter First, we will download and install the required tools to achieve this task. Download Linux distribution from here. Download Wireshark from here. Once Wireshark … Continue reading Conversion of PCAP file to CSV file

How I implemented Snake and Apple Game using PyGame in Python

Featured

Install PyGame Pygame is a cross-platform set of Python modules which is used to create video games. It includes computer graphics and sound libraries designed to be used with the Python programming language. You can install it by using following command, pip install pygame For more information, check official documentation here. Introduction to the Game … Continue reading How I implemented Snake and Apple Game using PyGame in Python