Coders Packet

Listing of packets of source code submitted by coders

Graph plotter in Python

This is a Tkinter UI-based Python project to display graphs of the marks of a student.

Typing Speed Tester using Pygame

Typing Speed Tester using Pygame is a very useful game that can be used to track our typing speed and improve it with regular practice. Programming Language Used: Python

Language Translation Using Python

It is a Python code that is used to convert the user input string into the language selected by the user

Finding frequency of characters in a word or a sentence using Java

This project is developed in Java and can be used to find how many times each character occurred in a word or a sentence.

Timer with GUI using Python

This Timer is created in Python using the Tkinter package. Time package is also used for track of time elapsed.

Calculator in Python

Standard Calculator coded in Python. (Addition, Subtraction, Multiplication, and Division)

Upload a file to database using PHP

This packet contains customizable PHP code to upload a file to the database and update the relevant table.

EMI Calculator using Python Tkinter

In this tutorial, we will be learning how to create an EMI calculator using Python's Tkinter.

Suicide Case Study Worldwide Using Python

Here we see a Suicide Case Study, analyze Suicide Cases Worldwide and we calculate the mean value of 100k per Population

Random Outputs of Multiple Dice(s) Rolls using Python 3.9 and Tkinter

A Dice Simulator created in Python using its famous packages Tkinter and random. It inputs the number of dices to be rolled by and outputs the results of all the dices being rolled randomly.

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.