Downloads

These programs have been specificially developed for educational purpose(s). They are intended to serve as educational tools and resources. If you wish to modify or verify the programs, please refer to the GitHub pages associated with each program. However, please note that some of the program's GitHub pages may not be available at the moment.

File Image

Bookstore Database New Program

Welcome to the Bookstore Project, a full-stack web application developed using Flask and MySQL. This project is designed to manage a bookstore's operations, including handling book inventories, author details, user interactions, and transactions. Written completely in Python, SQL, HTML, CSS, and JS.

WARNING: THIS IS A PENNSTATE COURSE PROJECT INSTRUCTED BY PROFESSOR MADHURIMA RAY. YOU ARE NOT ALLOWED TO DOWNLOAD OR USE THIS CODE FOR YOUR OWN PERSONAL USAGE. FAILURE TO COMPLY WILL CAUSE YOU AN AUTOMATIC ACADEMIC INTEGRITY VIOLATION. YOU HAVE BEEN WARNED.

File Image

Sentiment Analyzer

This program is a Python-based sentiment analyzer that will determine the sentiment of text input and will give individual explanations for each word. This also utilizes the Natural Language Toolkit (NLTK) library for sentiment analysis and the tkinter library for an interactive Graphical User Interface (GUI).

File Image

Image Recognizer

This is a Python-based Graphical User Interface (GUI) application for image recognition which uses a pre-trained ResNet-50 model. The application allows users to select an image file (JPG, JPEG, PNG, or GIF), and it will predict the class of the image.

File Image

Student Management

This is a C++ based program that allows users to input and display student information, including phone number, date, email, mailing address, and semester.

File Image

QR Code Generator New Program

This is a Python-based program allows user to generate QR code Images. It also utilizes the tkinter library for creating a Graphical User Interface (GUI) that will prompt the user to enter a URL. After that, the program generates a QR code by fetching data from the QR Server API and the PIL library.

File Image

File Organizer New Program

This is a Python-based program allows users to organize their files by automatically moving them into specific folders based on the file types by selecting a directory. Users can also undo the organization and revert the changes which will restore the files back to their original locations.

File Image

Unit Converter New Program

This is a Python-based Unit Conversion Calculator that will convert between various units across multiple categories, including currency, temperature, digital storage, numbers, area, volume, weight, mass, and energy and more.

File Image

Password Generator New Program

This is a Python-based program that allows users to generate secure random passwords and then have the option to wheter use and save them which can be accessed from the saved file located in user's documents folder.

Go Back