Kabya002
Hi. I'm Kabyashree Gogoi. Certain skills that I've worked with include Data Structures and Algorithms(C,C++), Web Development(Flask, MySQL).
Sivasagar, India
Pinned Repositories
BlackJack
In blackjack, each player and dealer receives two cards. The player can then choose to “play” (request another card) or “stop” (keep on hold until a new request is made). The goal in this game is to keep the sum of all card points equal to 21 without exceeding it.
Calculator
This is a calculator, which can do basic calculations including:- "Addition", "Subtraction", "Multiplication" and "Division".
CeaserCipher
Caesar Cipher Technique is a simple and easy method of encryption technique. Every letter in plain text is changed to a letter that appears a certain number of positions farther down the alphabet.
FrenchFlash
FrenchFlash is a simple way to learn french with the help of flash-cards.
GuessTheNumber
It is Guessing name, in which player has to guess a number that has been generated randomly between 1 and 100. The hardness level of this game can vary from easy to hard.
HangManGame
A word game in which a player has to guess a word that has been randomly generated by guessing the letters in it. Every time they guess a wrong letter, part of a picture of a person being hanged is drawn, and if the picture is completed the person guessing has lost.
Major-Project
This is the final year project of our group.
PongGame
This project is a two-player paddle game where each player's task is to save the ball from hitting the wall.
SnakeGame
This project is a Mini-Game in Python, following OOP and using the Turtle module. The goal of this game is to catch the maximum number of food without hitting the wall or itself.
TurtleCrossing
This project is a Mini-Game in Python, following OOP and using the Turtle module. The goal of this game is to help a turtle to cross the street.
Kabya002's Repositories
Kabya002/BlackJack
In blackjack, each player and dealer receives two cards. The player can then choose to “play” (request another card) or “stop” (keep on hold until a new request is made). The goal in this game is to keep the sum of all card points equal to 21 without exceeding it.
Kabya002/Calculator
This is a calculator, which can do basic calculations including:- "Addition", "Subtraction", "Multiplication" and "Division".
Kabya002/CeaserCipher
Caesar Cipher Technique is a simple and easy method of encryption technique. Every letter in plain text is changed to a letter that appears a certain number of positions farther down the alphabet.
Kabya002/GuessTheNumber
It is Guessing name, in which player has to guess a number that has been generated randomly between 1 and 100. The hardness level of this game can vary from easy to hard.
Kabya002/HangManGame
A word game in which a player has to guess a word that has been randomly generated by guessing the letters in it. Every time they guess a wrong letter, part of a picture of a person being hanged is drawn, and if the picture is completed the person guessing has lost.
Kabya002/Major-Project
This is the final year project of our group.
Kabya002/PongGame
This project is a two-player paddle game where each player's task is to save the ball from hitting the wall.
Kabya002/SnakeGame
This project is a Mini-Game in Python, following OOP and using the Turtle module. The goal of this game is to catch the maximum number of food without hitting the wall or itself.
Kabya002/TurtleCrossing
This project is a Mini-Game in Python, following OOP and using the Turtle module. The goal of this game is to help a turtle to cross the street.
Kabya002/FrenchFlash
FrenchFlash is a simple way to learn french with the help of flash-cards.
Kabya002/HigherLowerGame
Kabya002/Kabya002
Hi. I'm a Web developer.
Kabya002/KanyeSays
KanyeSays is a Kanye Quote program, where there's random dive into Kanye Quotes.
Kabya002/PasswordManager
Password Manager is a project built using Python tkinter GUI. Manage your passwords securely stored in your own device.
Kabya002/PomodoroTimer
PomodoroTimer is a simple, easy to use , pomodoro-technique timer to keep you focused and motivated. It is built using Python tkinter GUI.
Kabya002/Quizzler
Quizzler is quiz app based on Trivia question API, built using python tkinter.
Kabya002/TurtleRace