Coders Packet

Listing of packets of source code submitted by coders

Covid-19 Data Analysis using Python

In this tutorial, we are going to analyze Covid-19 data using Python. We mainly use the Plotly and Matplotlib libraries for this work.

Dictionary App using Python

A GUI-based English language dictionary application built using Python. Libraries used: Pandas and Tkinter.

Port Scanner Using Python

Port Scanner checks for open ports for the mentioned IP address. This project is run on Linux operating system.

Employee Management System using Java

This is a desktop based project based on Java programming language specifically (J2SE). It is developed using J2SE and Swing framework and AWT framework

Web Scraping In Python using BeautifulSoup

This project helps to scrape the internet, download the images from the specified URL and save the scraped images in a Word document.

Attendance Manager Android App in Java Source Code

This app enables the teacher to add class and students and record the attendance of students. Teachers can also view the daily reports of the class.

Flappy Bird Android Game in Java

This is a classic flappy bird game. There are two types of controls for the game i.e. touch and voice.

Voice Recorder Android App in Java

This app enables the user to record audio. The app also shows the list of previous recordings. The user can also play the recordings within the app which makes the app easy to use.

Music Player Android APP in Java

This app enables user to play the songs which they have already downloaded from the internet. The songs should be stored in the internal storage and not in the memory card for the app to work.

To check leap year in Java

The source code is about to check the whether the year is leap year not. This was developed using java.

Travelling Salesperson Problem using Genetic Algorithm in Python

Travelling Salesperson Problem is a NP-Hard problem. Genetic Algorithms attempt to solve this problem using the Darwin's law of natural selection and survival of the fittest.

Decision Trees in Python using Pandas and Networkx in Python

Decision trees are usually used in Machine Learning classification problems. This program allows you to provide the CSV file & output variable and returns a PNG file of the decision tree.