Coders Packet

Listing of packets of source code submitted by coders

Youtube Video Downloader using Python

A Video Downloader created using Python. pytube package is used in this packet. In this one has to insert the link of the youtube video and that video will get downloaded.

Remove all elements by value from a vector

In this program, we will see how we can remove all the elements of a particular value in a specified range from the vector.

Report Management System using C++ and MySQL

This project is on a report management system that is implemented using C++ and MySQL with various operations making it user-friendly.

Amazon Stock Price Analysis in Python

Here we see the Amazon stock price last five year and we also calculate the last five year mean value and variance

Send mails via Python

Python is a very popular language and hence very useful. We can create many codes which make our lives even much easier. This is a code that illustrates how Python can be used to send emails.

Music player in Python using tkinter

This music player is created using Python. It is a simple yet basic design, which can be modified beautifully by choosing various fonts, colors, layouts. I hope you will like it.

C++ program to Print all Prime Numbers in an Interval

Hello buddies, here is a c++ program for printing all prime numbers between two numbers.

C++ Program to Multiply two Matrices using 2D-Vector

Hello coders, I have implemented a c++ program to calculate the product of two matrices using vectors.

C++ program to convert a String into Binary

Hello programmers, here is a c++ program to convert a string into its binary equivalent.

Personal Assistant using Python

Personal Assistant using Python Speech Recognition and Voice Input from user with various features like opening several websites and applications etc.

Fizz Buzz in C++

It is a fun game in which users can input a number and Fizz Buzz is printed in a unique way.

Tic Tac Toe Game Using 1D Array in C++

It is a Short Game in C++ using Arrays in which 2 players can play by marking 'X' or '0' in a 3*3 grid.