Coders Packet

Listing of packets of source code submitted by coders

Top Running Shoes of 2023 Showcase(Frontend development)

Discover the trendiest running shoes of 2023. Nike's top picks for ultimate comfort and style. Get ready to hit the road!

Video2mp3 downloader from youtube video url using python

This Python script uses Pytube to download MP3 audio from a YouTube video provided by the user's input URL and saves it in the specified or current directory.

SwiftUI Tic Tac Toe: Play with Friends or Challenge the AI

Experience an exciting game of Tic Tac Toe, playing with friends or testing your skills against an AI opponent.

Book Recommender in Python

I have used Python and ML Algorithms to make this Book Recommender In this you can find any writer 5 Most Famous Book by just typing any of his book in this search menu

WhatAPP Chat Analyzer in Python

I used ML algorithms and python for making my WhatAPP Chat Analyzer project It shows various details of chats such as total messages ,total links, total media shared along with graph and barplot

SMS Spam Classifier in Python

I used ML algorithms and python libarary like Numpy , Pandas and Mathplotlib to make my SMS Spam Classifier project It basically tells whether a given message is spam or not

Snake Game Using HTML,CSS and JavaScript.

Immerse yourself in the world of gaming with our feature-rich Snake Game, a delightful blend of HTML, CSS, JavaScript, and music.

The Lame Joke App using React.js

The Lame Joke app in React fetches random jokes from an API and displays them when a button is clicked. It consists of an App component rendering a Joke component and a Button component.

The Monefy App using React

The "Monefy - Personal Finance Tracker" is a comprehensive web development project that empowers users to manage their income and expenses efficiently.

2048 Game using JavaScript

Creating a 2048 game using JavaScript is a rewarding project that involves developing a grid-based puzzle game where players combine numbered tiles to reach the tile with the value of 2048.

Hangman Game using Python

We have created a Hangman game with the help of Python language.It is a guessing game.

Snake Game in Python using Turtle Graphics

The Snake game is a classic game where a player controls a snake that moves around the screen, eating food and growing longer.