Harshita

Harshita

0-day streak
Quiz Bot is a simple quiz application built using Python and tkinter GUI library. It allows users to answer random quiz questions and keeps track of their score. It also features a high scores leaderboard to display top scorers. github.com/realharshita/quizzer
https://imgutil.s3.us-east-2.amazonaws.com/28ac8fa08a16e0fc8e95a7bd236067ef22171232d0d2c1628558edd8ba9338b9/3a8ff8f8-66c5-488f-a872-275dbff75b52.png
https://imgutil.s3.us-east-2.amazonaws.com/2ccaeb65eaf74dbf75428071b35a847dbc6a494cd69fc01f1197030ab5b5976d/76393058-adb7-414e-a811-35ae28da8875.png
https://imgutil.s3.us-east-2.amazonaws.com/d8e7ca87ee4aa6f9d686410e5c6bbdb3b1f1bc3f9565e6a92510e83017a79f70/93cfd0d1-d1b3-409d-ad4a-1c177df9dccf.png
github emoji
python emoji
summer-of-making emoji
https://imgutil.s3.us-east-2.amazonaws.com/407515c70d809e4b80796e3f5bf2444a148521059b3716bbc9a2d5c1ccffa95b/77583853-082c-4fca-a1ac-700cc0a34d04.png
TimeVault is a Django-based application designed to manage tasks and time blocks. The project is currently in development and includes user registration, authentication, and a basic user interface for managing tasks. github.com/realharshita/TimeVault
https://imgutil.s3.us-east-2.amazonaws.com/f1cba2769017e95379e177ba2141aed23a359cdea45d6fba8bc13033be8d8765/b0f60312-e7e7-4a39-bd77-0832e5519fe9.png
github emoji
summer-of-making emoji
Built a simple web-based calculator application using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations, advanced mathematical calculations, and plot simple mathematical functions. GitHub Repo : github.com/realharshita/calculator
https://imgutil.s3.us-east-2.amazonaws.com/6a52933c5217299f7066af83ba8148cacf3339125362fec60372f5249106ba56/e04939fc-32b7-4bb7-bdb3-db412441c470.png
js emoji
summer-of-making emoji
github emoji
Made the game Connect Four Connect Four is a classic two-player connection game in which players choose a color and then take turns dropping colored discs from the top into a vertically suspended grid. The objective is to be the first to connect four of one's own discs horizontally, vertically, or diagonally. GitHub Repo : github.com/realharshita/connect_four
https://imgutil.s3.us-east-2.amazonaws.com/de97d4d9712fefa8bc1c371fb45407a3d2c13254dd57f2ca7942d0baa25ef108/82718452-79e8-4de2-a95b-ef9342de729a.png
Made a graphical implementation of the classic Snakes and Ladders board game using Python and Tkinter. The game allows up to 2 players to play on a 10x10 board with snakes and ladders. GitHub Repo : github.com/realharshita/Snakes_and_ladder
https://imgutil.s3.us-east-2.amazonaws.com/d73a4e57d8fda2a944b29b424d12c02ffdf8b77f589ec99b4fdb4465c1633289/0c34a093-16d1-431b-91df-d4ef27bf4a8f.png
https://imgutil.s3.us-east-2.amazonaws.com/36d7d0c27d705aab84485a665b3e2ab95f7581482a0485596b0039a48b3f375c/16da182b-06bf-4904-9f66-ec3ed6b20efb.png
1. *n_queens_gul.py - Python script using tkinter for GUI. - Includes functions to create and draw a chessboard, place queens, and solve the N-Queens problem. - Provides a visual representation of the backtracking algorithm's execution. 2. n_queens.py - Command-line Python script. - Implements a recursive backtracking solution to find all possible configurations of placing N queens on an N×N chessboard without attacking each other. - Outputs solutions to the console. 3. n_queens_user_gul.py - Enhanced version of n_queens_gul.py with added features. - Includes timer, hints, and leaderboard functionalities. - Allows users to interactively place queens on the board and check solutions. 4. Queens.py - tkinter-based GUI game for placing queens on an 8x8 chessboard. - Divides the board into four regions, each requiring one queen per region. - Allows dragging queens across the board and marks invalid placements. GitHub repo: github.com/realharshita/Linkedin_game
https://imgutil.s3.us-east-2.amazonaws.com/cd23d305678aa9239931ee42e7fbb28ff06726226acb8cf4110f8caed16e281d/f3736741-f9ca-478e-a63a-4bf62939acc1.png
Made Hangman Game Hangman Game is a classic word-guessing game implemented in Python with a GUI using tkinter. The game randomly selects a word from predefined categories, and the player must guess the word by suggesting letters within a limited number of incorrect guesses. Github repo : github.com/realharshita/hangman_gui
https://imgutil.s3.us-east-2.amazonaws.com/0dfbf9d5aab8962856f201766d36f872e2d2508dbd9be134160614a057d6e02d/e5d2ae35-486c-4dbf-b589-df4654842668.png
https://imgutil.s3.us-east-2.amazonaws.com/d73a4e57d8fda2a944b29b424d12c02ffdf8b77f589ec99b4fdb4465c1633289/ec859802-0b24-468f-a3a6-c333dbd87d4e.png
https://imgutil.s3.us-east-2.amazonaws.com/2c743892262715decd20ee492de732cb46e48936a5ea2a0c5feea9a993960f81/8b9df3e3-a4d4-4f50-9e10-52c9390f1b58.png
github emoji
summer-of-making emoji
I have made a Python program implements a classic Tetris game using the Pygame library. Players control falling tetrominoes, rotating and moving them horizontally to complete lines and score points. Features include line clearing, level progression, a next-piece preview, game over handling with high score recording, and a switchable game mode between Normal and Impossible. Players can restart or quit the game from the game over screen. The game interface is rendered on a 400x600 pixel screen grid with colorful tetromino shapes and a clear visual style. GitHub Repo: github.com/realharshita/tetris
https://imgutil.s3.us-east-2.amazonaws.com/efbe7c5c5dd155bb9756d3863d5aa8f3251e7e66f557c9d8b7b5ab555e406e51/ac5c86ea-0a95-459d-93f3-3e79427e9332.png
Made a simple platformer game created using Pygame. Features • Platform jumping mechanics • Moving platforms and obstacles • Interactive objects and collectibles • Power-ups to enhance gameplay • Multiple levels with increasing difficulty Repo: github.com/realharshita/platformer
https://imgutil.s3.us-east-2.amazonaws.com/e20e3d8c2eb48096686b720a8500391d58915f9bfeff47b33271745d47bdf8b3/5f8b8173-af94-4a9b-acf6-afd3bc941c57.png
Made a memory game which is a classic card-matching game implemented in Python using the Pygame library. Test your memory by matching pairs of cards in the grid. GitHub Repo : github.com/realharshita/card
https://imgutil.s3.us-east-2.amazonaws.com/94d6d92bb116b8825cd5e9e45ac2e7434eaa6249dfca4f30cbb13e01bf1f9c2c/4cfb8a6a-4c42-4c9b-8a4d-323ee89a6ec9.png
Made classic Minesweeper game implemented in Python using Tkinter for the graphical user interface. It provides a simple yet challenging gaming experience where players uncover cells on a grid to avoid mines. GitHub Repo: github.com/realharshita/minesweeper
https://imgutil.s3.us-east-2.amazonaws.com/10da3f503f81c82c25dcfb8dc7d5ff22e230b582ef10086fdeec4f284f3fcab1/22c8e15a-5ebd-41a1-93e2-fc1ed268742c.png
Created a Python implementation of the classic Tic-Tac-Toe game using Tkinter for the graphical interface. The game supports both Player vs. Player and Player vs. Computer modes with adjustable difficulty levels. GitHub Repo: github.com/realharshita/ttt
https://imgutil.s3.us-east-2.amazonaws.com/5ca2f3ac33e04b1c05ba05394563240f1ba1be55e2f017c54a8d87c3bc0e606d/ac7f6132-5da3-4fc0-a13b-f2748a758799.png
https://imgutil.s3.us-east-2.amazonaws.com/ffb88a9212df1332c88ddac69ac2f8dd496e37314b0e3624a863dd3c8fb8f407/32d61d62-2d05-43ee-842a-a02fc58ef733.png
I made a simple Snake game implemented using Python and Pygame. The game features multiple levels, obstacles, pause functionality, and allows players to choose different snake skins. GitHub Repo: github.com/realharshita/Snake_Game
https://imgutil.s3.us-east-2.amazonaws.com/77887de3f1157c6cad9ce566eea1fb856f98917cb1f1b854dcc335bb509c0fcf/bc2b25fb-f9c9-46cd-90b6-d1bfa83ca5ff.png
I made ToDo: This is a simple command-line to-do list application where users can register, log in, and manage their tasks. Users can add, view, edit, complete, delete, sort, and filter tasks based on priority and deadlines. GitHub repo : github.com/realharshita/todo
https://imgutil.s3.us-east-2.amazonaws.com/900a2d4fd768f27c7b37f6165d1588580a03962359c9a15a95a43c2d25f1e560/586791b5-d65c-4a9f-8b2a-685d07e03457.png
summer-of-making emoji
github emoji
Expense Tracker is a simple Python application with a graphical user interface (GUI) that helps you manage and track your expenses. The application allows you to add, view, delete expenses, and generate reports based on your spending. ## Features - Add new expenses with date, category, amount, and description. - View a list of all expenses. - Delete selected expenses. - Generate monthly spending reports. - Generate category-wise spending reports. GitHub Repo : github.com/realharshita/ExpenseTracker
https://imgutil.s3.us-east-2.amazonaws.com/e8e72d0e6bc0c3c353dc00b46e7aa481966885ea9da5b21c2761e853078f9f15/44db6735-c35e-4e82-be5b-3c854236c84d.png
python emoji
github emoji
summer-of-making emoji
Guess the Number is a simple and fun game where players attempt to guess a randomly selected number within a specified range. The game provides feedback on whether the guess is too low or too high and keeps track of the player's score and attempts. It includes different difficulty levels, a graphical user interface (GUI) built with Tkinter, and various interactive features such as sound effects and a timer. GitHub Repo : github.com/realharshita/guess_the_number
https://imgutil.s3.us-east-2.amazonaws.com/15af97f384824f396a5a6dc34a5776b8b936cf8fd858ba40379acf3c37778a74/ad880d00-bc83-4086-b272-4f3d89186762.png
Here's my take to 2048 game made as a python program using proper GUI. It has some quirks which i was not able to resolve for now but will bounce back stronger later. GitHub repo : github.com/realharshita/2048
https://imgutil.s3.us-east-2.amazonaws.com/7c9796e7ec13de146a65d19c7f8929818335c2de76410b98e77952c43e80e6d2/b714bda5-e4bb-47a2-be87-feb0eee3d066.png
Embark on an enthralling journey through the digital depths of a quantum computer in "Quantum Escape." Guide a scientist trapped in a mind-bending simulation, combining puzzle-solving and platforming challenges. Navigate through abstract landscapes, maneuvering boxes and avoiding black hole dangers. With each level, test your wits and agility to overcome the ever-changing digital environment. Can you unravel the mysteries of the quantum world and escape unscathed? Dive into the immersive experience of "Quantum Escape" and discover the thrill of quantum adventure. (i know it sounds a bit too much, cause it does sound a bit too much) sprig link: sprig.hackclub.com/~/XPYvAWITqMxxxMvHp57j github repo link: github.com/realharshita/My_Sprig_Game
https://imgutil.s3.us-east-2.amazonaws.com/e05c48f1970288c4d4291e878cb3f688814742a78d194a8c78c56075b82be43e/9c39c52e-f3ce-476d-bcce-05e565e4096f.png
sprig-dino emoji
summer-of-making emoji
github emoji
Made a project demonstrating how to use the Turtle class in JavaScript to draw a spirograph-like pattern on a canvas. GitHub repo: github.com/realharshita/pattern
https://imgutil.s3.us-east-2.amazonaws.com/4b732049c9925ff821c6761a250912962458a5dfa81258dc176ecb7fbecc73da/a8529f88-1581-4e4e-8a91-c243564f8084.png
https://scrapbook-into-the-redwoods.s3.amazonaws.com/eada5629-ebde-4f9d-8b20-a486b9c922d0-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/1d344b76965774853af2d9ba582b68e8d4361eaab29171d89a73c83766983dc1/9992f3b5-f4d9-40a5-bf6e-ccb6a57e6000.png
https://imgutil.s3.us-east-2.amazonaws.com/e254f65d58e74eefd3f1c6004b7d561639611c5c42645aa3ebdb0b28cbe9388e/8c1f9627-16b0-4a66-87df-5709673c6788.png
summer-of-making emoji
rac_yap emoji
github emoji
Created a simple web app to convert any currency money to any other currency rate. Checkout readme.md file to learn how to run it yourself. github.com/realharshita/Course-Project : Link to my project
https://imgutil.s3.us-east-2.amazonaws.com/f982c1be2175a413b89164fe6347ccfd0f243f6eda672a44edc0dce8b72ed39e/d56dd186-c8ea-4ead-9cf7-69884e8b1928.png
summer-of-making emoji
github emoji
Created my first ever AI generated content project --> Story-Spark Using llmware incredible small AI models, it lets user built stories with some give input. Checkout here at: github.com/realharshita/Story-Spark Do read readme.md file in repository to learn how to use this web app.
https://imgutil.s3.us-east-2.amazonaws.com/1f11c4b7fed3bf6288024c0861233901a73aaaf58188f90a145ccd34a8f56315/2a3b32e9-3b12-4b67-a411-82ab1fb4903c.png