About me Self taught programmer Star Projects/Highlights Python A re write of one of my old projects. A very simple but scaleable discord bot that can show server info, moderate users, store specific per server settings and much more. This re write shows much cleaner and optimized code which can easily be read by anyone. A simple project that can take an image file or a custom data file and draw it on screen. It uses OpenCV to find lines on a image and then sends that data to the program for it to be drawn. || Demos: Demo 1 Demo 2 Godot X Python A very interesting mini project that allows to turn your phone(Android only) into a drawing tablet. Two seperate binaries are needed. The APK file which turns your phone into a client and the python file which turns your computer into a listen server. Data is sent via websockets from your phone to your pc Lua(Roblox Platform) A API Wrapper that uses HTTPS calls to retrieve stock market data and output to a Lua Table which can then be parsed and edited to your liking. A lua script that returns weather data from the given coordinates given. Uses the National Weather Service API to retrieve weather data