Coders Packet

Listing of packets of source code submitted by coders

Tic Tac Toe in python

Tic Tac Toe in python is implemented using different user-defined functions and loops. Generally, it takes in user input, checks for the specific condition and prints the winner as output.

Python Based Book cricket game 1

This s simple console based python book cricket game.Two users can play this game. one player has to score more runs then the other team to win

Python Base KBC Game

It's a python-based console game. Question will be asked to the player and if he/she gives the correct answer.

JPG to PDF Converter Using Tkinter GUI(Graphical User Interface) Application in Python

This project aims to convert JPG to PDF format using img2pdf or Filedialog module. Used Tkinter to create a GUI application, which is the most common and easiest way to create GUI applications.

DIGITAL CLOCK USING PYTHON - Tkinter GUI

This is a really easy and simple Python Project to create a digital clock. On doing this, we can efficiently implement Python Programming Language via this digital clock creation.

Travels-website-using-Html

In this Travels website project. I have used Html and CSS. This website has a home page, Ticket booking page, sign-in page, sign-up page, and contact us.

E-Learning using Html

In this E-Learning project, I have used Html, CSS, JavaScript. This website has a home page, login page, signup page, course details, and course videos

video-game-store-using-Html

In this video game store project, I have used Html, CSS, JavaScript, and Bootstrap. This website has a home page, store, esports, and spotlight.

C++ program to implement Cyclic redundancy check

C++ program for Cyclic redundancy check, it is mainly used to determines whether a data block has been corrupted or not.

PRINTING THE NAMES OF STUDENT(S) HAVING SECOND LOWEST GRADE USING PYTHON

In this python project, we print the name(s) and second-lowest grade of students. If there are multiple students, we order their names alphabetically and print each one on a new line.

C++ program to implement distance vector routing protocol

C++ program for Go Back N ARQ is mainly used in Computer Networks, it uses the Bellman-Ford algorithm to calculate paths.

FINDING NUMBER OF PRIME PAIRS WHOSE DIFFERENCE IS 6 USING PYTHON

In this python project, we will find the number of prime pairs that are present between the given inclusive range with the difference of 6.