Coders Packet

Packets submitted by Sudepta Mallick

YouTube Downloader in Python Using Tkinter and Pytube

YouTube Downloader in Python with GUI support using Tkinter. Can Convert mp4 into mp3, Ogg, Wav file.

Blackjack in Python

a Simple blackjack Game. To win the game player must have a twenty-one or closer to a twenty-one scorecard. Can generate random Card from the deck.

Hangman Game in C++ and python

A simple Hangman game(Guess the word game). This program can generate random words using a dictionary file and every time a new word will be given to the player.