Coders Packet

Listing of packets of source code submitted by coders

DNA Sequencing-Bioinformatics using Python

This project is called Next Generation Sequencing, a sequencing approach which works by breaking up the DNA into short fragments, replicating them in large quantities using Python programming.

HTML Location Detector using Google API

This project finds the current location of the user with the help of google maps.It can be embedded for big projects where location detector is needed. It uses google maps library.

Tweets Checking in Python using Natural Language processing (NLP)

Checking tweets with Python natural language processing can be used in censoring inappropriate words.

Python Source Code for Email Extraction from user input

This is a small project designed in Python of email extraction in which it takes input from users and lists all the emails present in the input. Input will be paragraph of any length.

Color_Game using Tkinter (Python)

I had created a color game in which you will be given the name of any random color highlighted with different color and you have to type the name of the highlighted.

Youtube Downloader using Python

A simple Python project to download videos from youtube using the link of the respective video with the help of a Python package called pytube.

Image Recognition written in Python using OpenCV and face_recognition library

Classifying given images as known or unknown written in Python using OpenCV and face_recognition library.

Hirst-Painting with Python

Millions of worth of Damien Hirst's paintings are now in Python. We'll replicate it to learn about the turtle library.

Making a Secured System using C++

In this project we are making a secured system using C++, where an OTP is generated by the code and after writing the correct OTP user can use the system for one go after which OTP will change.

C program for implementation of a Stack using Linked List

This is a C program that implements the stack operations using a linked list. The program includes stack operations like push operation, pop operation, Display and Quit option.

Client-Server communication using Python socket module for file transferring

A GUI implementation of Client-Server communication to transfer files using the socket module of Python 3.0

Automatic Teller Machine (ATM) System using C++

The Automatic Teller Machine (ATM) System in C++ language, which is a menu-driven program