I have (and still am) creating new projects — most of them in Python.
Some other languages I program in are C++ (specifically Arduino), JavaScript, HTML, C, and a little bit of Java.
You can check out my profile website here.
-
SIMpliCode
A website designer and HTML editor with a live preview and built-in AI assistant. -
Emoji App Have you got yourself a Raspberry Pi? Well, Raspberry Pis don't have emoji support! 😱 I know it sounds horrible, but this app, written in Python, can easily be run as a
.pyor an executable. -
Box Seller
An AI-powered game demonstrating interactive storytelling and decision-making. -
Cube Solving App The code for an app that can solve 3x3 Rubik's Cubes. It has a nice GUI and demonstrates many ways to make a practical app with tk and
Tkinter. It is also a great template for other apps. -
Arduino-compatible Snake clone
A classic Snake game recreated for Arduino boards. -
make-executable
A simple Linux command-line tool that allows you to make a Python script executable. It can be used like this:make-executable [option] your file name. It also has a tool option (-t/--tool) which allows you to run the script from any directory like a built in tool. -
Python_Modules A bunch of useful modules for coding in Python.
-
ansi_colors A simple module that uses ANSI-standard escape sequences to color statements to the standard output.
-
MutableTypes A module containing classes for
MutableInt,MutableFloat,MutableBool,MutableStr, etc. It is exactly what it sounds like: mutable versions of the primitive types.
-
Thanks for checking out my projects.