Coders Packet

Listing of packets of source code submitted by coders

Talking Clock using Python

This Program produces an audio output of current system time using the pyttsx3 module in Python

Pie Chart Creator In Python

Here we implemented a code that is used to create a pie chart with the help of Matplotlib in Python.

Cursor Movement using 'AWSD' keys in C

Movement of a specific character using the keyboard keys A, W, S and D in C language.

Collage Maker With OpenCV In Python

In this project, we have implemented a collage maker with opencv in python which creates a collage of 4 grids of a particular image.

Finding IP Address in Java Using Java Swing

This Project is done in Java using Java swing concept. It is used to find the IP address of any given URL and it is built using java swing ,which makes it platform independent.

Roll-A-Dice using JavaScript

A simple website to roll a dice to get a number between 1 to 6, made using HTML, CSS and JavaScript.

LFU Cache Implementation in C++

This project is a basic implementation of LFU (Least Frequently Used) cache algorithm in C++.

Rock Paper Scissor game using Python

This is a simple rock paper scissor game in python. This game code uses the random and OS module of python.

Offline Music Player using Tkinter Python

This Project is to develop a Music Player which works offline using the Tkinter module in Python.

File Handling in C++

This module discusses the concepts, various modes, and functions used in File handling in C++

Ordered Binary Sequence in C++

Hello coders, in this tutorial, we are going to learn about Binary Sequence in C++. It can be solved by applying brute force approach. In brute force we can solve this by sorting.

GitHub User finder in JavaScript

Github Finder - in which you can search a particular user by its user name, and also you can search its upto 5 repositories that they have pushed recently