Coders Packet

Listing of packets of source code submitted by coders

Command-line To-do list Application using Argparse library in Python

A Command-line to-do list application built using the 'Argparse' library of Python that allows users to keep a record of to-do and done tasks and run commands using the terminal.

Using linear search with templates in C++

C++ templates are used with Linear search to show compile-time polymorphism. Three different data type arrays are used for verification.

C++ code for marks entry in school/college

In this C++ code, teachers can enter marks of every student only after entering the correct password. And the student can see their report card after entering their roll number.

Snake Game using C++

This is a classical snake game which has been played by everyone in their childhood. The game uses C++ libraries and user defined class 'snake' to implement it.

Buddy Algorithm Simulation in C++ language

The buddy algorithm is a memory allocation and management algorithm that manages memory in the power of two increments. The programming language used is C++

Music Player GUI application in Python

This project is Music Player GUI application in python which enables music and lets you listen to your favorite music by adding it to your list.

ATM System in C++

The ATM System in C++ is about how an ATM works. It is useful to access one's bank account for withdrawal purposes.

Course Planner in C++

Course Planner in C++ helps us to plan the courses in the right sequence in Colleges and Schools.

Canny Edge Detection using Open CV and Python

Canny edge detection is a popular edge detection and a multi-step algorithm that can detect edges. I used Python programming language and Open CV tool to build this project.

line tracker using math module in Python

By using the math module and pygame module from Python we will be designing this fun line tracker game.

Convert Word file to PDF file using Python

A python script that will help you to convert docx file to pdf file using the docx2pdf module.

Single player Pong Game using Python

This Python project is a single player pong game, where the bar is used as the launcher for the pong/ball. Target of the game is to every time place the hovering pong on the bar.