About
Hey, I'm alxu31, a high school student who loves to code. Below is a portfolio of some projects I have made with various coding languages. Enjoy!
Pet Minion
A pet minion that walks out onto your screen from the left, looks around, celebrates, then walks back off when you press spacebar.
Made using GDscript.
Games
A website of basic games I made to improve my javascript.
Made using HTML, JS and CSS.
Image Transformer
Includes:
- Rotations
- Inversions
- Colour changes
Code that takes an image and returns transformed versions of that image.
Made using Jupyter Notebook and Python.
Ebay Scraper
Code that takes a base url from ebay.com.au and returns information for each listing from one or all pages, and pastes it into a csv file.
Made using Python.
Quiz Taker
A program that takes a JetPunk quiz link, scrapes it for answers and pastes them.
Made using Python.