Gianni St. Clair's repositories
boston-housing-prices
Uses Multivariable Regression to predict housing prices in Boston with Numpy, Matplotlib, and Pandas.
cafe-site-api
Website using Flask that displays Café information and allows cafes to be added. This uses an API that I made separately and incorporated into this site
Coffee-Machine
A text-based (command line) program that functions as if it were a coffee machine. User enters their choice of drink and an amount of change into the "machine" and it "serves" the drink. The machine has finite resources that can become insufficient to fulfill an order. The machine lets user know if resources are insufficient or they did not insert enough change. The user can input "report" or "off" instead of an order to get a list of resources and money earned or turn the machine off.
cookie-clicker
An automated web-based app that uses selenium webdriver to play the web based game Cookie Clicker. The cookie will be clicked repeatedly while the best possible upgrade is checked for and bought.
gianni-blog
Blog built using Flask with Authentication.
Gstclair1
Config files for my GitHub profile.
image-watermarking-app
Desktop application that watermarks images with custom text built using tkinter and python image library (PIL).
launch-data
An analysis of space rocket launch data using Numpy, Matplotlib, and Pandas on Google Colab.
lego-brick-analysis
An analysis of Lego brick data using Matplotlib and Pandas on Google Colab.
lights-out-game
A version of the classic Lights Out Game built using HTML, CSS, & JavaScript.
morse-code-translater
A text-based (command line) program that translates text to Morse Code and Morse Code to text.
Pong-Game
Traditional game of Pong built using Turtle. Game is made for two players with a scoreboard at the top.
quiz-app-with-api
A True/False Quiz app using tkinter for the UI that fetches a unique set of questions for each round using the Open Trivia Database API.
rent-finder
Finds rent prices in Phoenix AZ with web-scraping on Zillow using Beautiful Soup. Results are then entered into a google form to be saved.
snake-game
The traditional game of Snake built using Turtle. User high score is saved and displayed next to their current score.
tenmo-application
Constructed an API utilizing Java and SQL in a pair-programming experience with an accompanying command line interface. The API allows for authenticated users to transfer funds and request transfers from other users.
tic-tac-toe
A text-based (command line) program version of the classic game of Tic-Tac-Toe built for 2 players.
to-do-list-site
To-Do List site built using Flask that allows users to create accounts and save to-do lists using SQLAlchemy
typing-speed-test
Typing speed test using tkinter
ugly-website
Ugly website built using HMTL, CSS, and Javascript
us-states-game
A United States guessing game using tkinter that displays the State names on the map after being correctly guessed. A csv of States to learn is created when the user closes the window based on States that were not guessed.
vending-machine
Designed an object oriented virtual vending machine using Java and File I/O in a pair-programming experience. The application accepts user input, keeps an inventory of items, and returns change.
VendingMachine
Capstone Vending Machine 1