Projects in Awesome Lists by jaiswalchitransh
A curated list of projects in awesome lists by jaiswalchitransh .
https://github.com/jaiswalchitransh/kiit-library-management-system
The "KIIT Library Management System" is a comprehensive Full Stack Application developed for KIIT University using .NET Framework, C#.NET, Windows Forms, and MS SQL Server. This application integrates a C# backend with a Windows Forms frontend, executing SQL queries to manage and retrieve data such as book details, student records etc.
backend c-sharp csharp dot-net dot-net-core dotnet frontend frontend-backend full-stack fullstack kiit kiit-university library library-management-system mssql mssql-database mssqlserver windows-forms windowsforms-applications winforms
Last synced: 22 Mar 2025
https://github.com/jaiswalchitransh/ucs-with-best-first-search
Implementation of UCS on Romania to find shortest distance from Arad to Bucharest based on best-first search algorithm. It uses a dictionary that stores current city mapped to (parent city, current best distance), and frontier is a priority queue to process nodes containing (node id, current city, priority value).
artificial-intelligence best-first-search heuristic-search-algorithms heuristics project python python-3 python3 searching-algorithms ucs uniform-cost-search
Last synced: 24 Jun 2025
https://github.com/jaiswalchitransh/csp-map-coloring-using-backtracking
The code uses backtracking to solve the Constraint Satisfaction Problem (CSP) of map coloring. It checks if assigning colors to regions follows the constraint that no adjacent regions have the same color. The skills involved include algorithm design for backtracking, recursion, and solving CSP problems. The implementation uses Python.
ai artificial-intelligence backtracking csp map-coloring project python python-3 python3 recursion
Last synced: 10 Apr 2025
https://github.com/jaiswalchitransh/historical-stock-and-revenue-data-analysis
This project focuses on extracting and visualizing stock data using Python libraries such as yfinance for historical stock prices and web scraping techniques to gather company revenue data. It provides a comprehensive analysis by plotting both stock prices and revenues over time for companies like Tesla and GameStop.
artificial-intelligence beautifulsoup bs4 data-science gamestop jupyter jupyter-notebook machine-learning matplotlib pandas plotly project python python-3 python3 requests stock-market tesla webscraping yfinance
Last synced: 10 Jun 2025
https://github.com/jaiswalchitransh/sql-projects
During my Summer Internship at Celebal Technologies, I worked on SQL projects to improve data management and search processes for a particular client. The main goal of these projects was to optimize database queries and ensure effective information retrieval.
adventure-works adventureworks celebal database dbms internship mssql mssql-database mssql-server projects sql
Last synced: 12 Mar 2025
https://github.com/jaiswalchitransh/snake-water-gun-game-in-python
This Python script implements a Snake, Water, Gun game where the user competes against the computer. The user inputs their choice, and the program randomly selects a choice for the computer. The game function evaluates the choices, determining the winner based on predefined rules.
game game-development project python python-3 python3 snakewatergun-game
Last synced: 10 Apr 2025
https://github.com/jaiswalchitransh/statistics-for-data-science-with-python
Last synced: 10 Apr 2025
https://github.com/jaiswalchitransh/merge-pdf-files-using-pypdf2
This Python script merges all PDF files in the current directory into a single PDF file named "merged.pdf" using the PyPDF2 library. It iterates through the PDF files, appends their content to a PdfWriter object, writes the merged content to a new file, and then closes the PdfWriter object.
merge merger pdf project pypdf2 pypdf2-library python python-3 python3
Last synced: 10 Apr 2025
https://github.com/jaiswalchitransh/dfs-searching-algorithm
This Python code employs the Depth-First Search (DFS) algorithm to find a path from "Arad" to "Bucharest" in the Romania map. It uses a priority queue, backtracking, and a graph representation. The DFS path is printed at the end. Skills demonstrated include graph traversal, priority queue usage, and DFS algorithm implementation.
ai artificial-intelligence depth-first-search dfs dfs-algorithm dfs-search graph priority-queue project python python-3 python3 searching searching-algorithms travesal
Last synced: 10 Apr 2025
https://github.com/jaiswalchitransh/login-page
This HTML code establishes a clean login and signup page with internal CSS styling for visual appeal. The structure adheres to HTML5 standards, featuring input fields for username and password, submission and cancellation buttons, a "Remember Me" checkbox, and links for password recovery and registration.
css css3 html html5 login-page project responsive responsive-design template web-development website
Last synced: 10 Apr 2025
https://github.com/jaiswalchitransh/python-sapi-voice-for-windows
The Python script utilizes the win32com library to interact with the Windows Speech API (SAPI), prompting the user to input text to be spoken aloud. It continuously speaks the input text using the default system text-to-speech engine until the user inputs "-1" to terminate the program.
project python python-3 python3 sapi sapi-voice text-to-speech win32 win32com windows
Last synced: 10 Apr 2025
https://github.com/jaiswalchitransh/kaun-banega-crorepati-game-in-python
This Python script replicates the "Kaun Banega Crorepati" game, presenting users with multiple-choice questions and monetary rewards. Players can choose to answer or quit at any point, accumulating winnings based on correct answers. The game concludes with a display of the player's total earnings.
game game-development kaun-banega-crorepati project python python-3 python3
Last synced: 10 Apr 2025
https://github.com/jaiswalchitransh/restaurant-management-system
This Restaurant Management System is a Python application facilitating menu display, ordering, and menu management. It presents customers with a user-friendly interface to explore the menu, place orders, and provide ratings for items.
project projects python python-3 python-project python3 pythonprojects restaurant-management rms
Last synced: 10 Apr 2025
https://github.com/jaiswalchitransh/my-first-html
This HTML document creates a personal website for Chitransh Jaiswal, featuring sections on education, hobbies, licenses, certifications, and skills. It employs images, tables, and hyperlinks for a visually organized and informative layout. The footer provides a link to the "Contact me" page, making it a comprehensive profile webpage.
css first-html first-project html html5 project web-development website
Last synced: 10 Apr 2025
https://github.com/jaiswalchitransh/html-portfolio-example
This HTML code constructs a portfolio webpage featuring the name and role ("Chitransh Jaiswal, Full Stack Web Developer") followed by two project sections. Each project includes a heading, image, and link to its respective HTML file.
css css3 html html5 porfolio portfolio-website project responsive template web-development website
Last synced: 10 Apr 2025
https://github.com/jaiswalchitransh/secret-code-game-in-python
This Python script implements a Secret Code Game where users choose between encoding or decoding a message. For encoding, it applies a specific pattern to each word, and for decoding, it attempts to reverse the pattern. The code includes error handling for decoding.
game project python python-3 python3 secretcode
Last synced: 10 Apr 2025
https://github.com/jaiswalchitransh/Historical-Stock-and-Revenue-Data-Analysis
This project focuses on extracting and visualizing stock data using Python libraries such as yfinance for historical stock prices and web scraping techniques to gather company revenue data. It provides a comprehensive analysis by plotting both stock prices and revenues over time for companies like Tesla and GameStop.
artificial-intelligence beautifulsoup bs4 data-science gamestop jupyter jupyter-notebook machine-learning matplotlib pandas plotly project python python-3 python3 requests stock-market tesla webscraping yfinance
Last synced: 28 Jan 2025
https://github.com/jaiswalchitransh/n-queens-problem-using-backtracking
The aim of N-Queens Problem is to place N queens on an N x N chessboard, in a way so that no queen is in conflict with the others.
artificial-intelligence backtracking backtracking-algorithm n-queens n-queens-problem project python python-3 python3
Last synced: 28 Mar 2025