Code Packets

Browse all published coding projects

Individual and Extra's Score analysis using Python

Program to show individual score and extras from a given cricket score timeline using Python

Sheshagiri Kulkarni · Mar 03, 2021

Survey Form with Client Side Validation using HTML, CSS, and JavaScript

This is a frontend project built using HTML, CSS, and JavaScript, which strictly validates the input entered by the user/client, and immediately lets the user know if the entry is invalid.

Harshita Gupta · Mar 03, 2021

Harshad Number Using C++

Harshad Numbers are those numbers where the number is divisible by the sum of the digits of the integer. Using C++, this concept is implemented.

Shubham Deepak Kokane · Mar 03, 2021

Qr code generator and reader in Python using Qrcode and OpenCV modules

This project uses Qr code and OpenCV module from Python to generate a qr code based on the given content and to read it in 10lines

Guru prasad · Mar 03, 2021

Swapping Two Strings in Python

Swapping contents from one string to another string and display the modified strings using Python.

Tharunkumar C · Mar 03, 2021

Encoding and Decoding of Morse Code using C++

This Program converts English to Morse code (Encode) and Morse code back to English (Decode) using C++

Sheshagiri Kulkarni · Mar 02, 2021

All permutations of a string in C++

The program permutations of a string accept one string and produce all the possible permutations of it using recursion and backtracking. Here the problem is approached using C++.

Lokesh Madhav S · Mar 02, 2021

Simple Digital Clock Using Tkinter Python

This project is to develop a simple digital clock using Python Language, By importing the Tkinter package. Tkinter is used to develop GUI applications. This is a really cool and simple project.

Kaushik karthikeyan K · Mar 02, 2021

Calculator With Dark/Light Mode Using HTML,CSS,JavaScript

We are going to create a simple calculator using HTML, CSS, Javascript. Here, HTML is used for Frontend and CSS is used for styling properties, Javascript for making responsive Frontend.

Dipali Shivaji Magdum · Mar 02, 2021

General Purpose Script in Python

A Python script that consists of useful functions that are time-consuming while working on other things. Works well on GNU\Linux, But has some issues while running on windows.

Raagan U · Mar 02, 2021

Huffman Coding Implementation for Text Files in C++

This project is based on Huffman Coding, a lossless, bottom-up compression algorithm. It can compress and decompress any text files.

Siddharth Vinayak Bawane · Mar 02, 2021

Multiprocessing Vs Threading in Python

This project is about the differences between threading and multiprocessing in Python. This uses the Port Scanner to demonstrate the processes.

Raagan U · Mar 02, 2021