Squiid is a modular calculator written in Rust. It is currently very early in development but it is intended to be the successor to ImaginaryInfinity Calculator
ImaginaryInfinity Calculator is a lightweight, but expandable calculator written in Python. It's command line interface is designed to resemble that of some graphing calculators. I've worked on this with my friend, TurboWafflz for a while now. The latest release version can be found on the master branch, but the development branch contains new testing features, but may be unstable.
Academiic is a website that aims to connect to user accounts from a bunch of different learning management systems, like google classroom and canvas, and bring it all into one location for organizational and convenience purposes.
Modpack Switcher is a utility to have multiple minecraft servers/worlds using one server host.
Wordle Finder is a Rust program to help find the wordle word. Built on WebView.
Mediabot is an open source discord bot that can speak user-sent media (audio files, PDFs, Images, text) in a voice channel.
Screen brightness is a small Python utility that uses xrandr to, well, adjust screen brightness. This only works on Linux and requires X11.
Castify is an open source utility that allows you to easily find out if two different movies or TV shows share any cast. Written in Flask.
randfacts is a python library that generates random facts. Thats really all there is to it.
Package to decompile and recompile .8Xp files from the TI-83/TI-84 calculators. Originally made by thenaterhood but rereleased and updated by me.
Update Check is a Python module that updates the end users copy of your program. It works by comparing the users Python file to the newest version of the file that's stored on a website like GitHub.
FNG API is an API for fakenamegenerator.com. It has all of the features and customizability as the website does including gender, age, country, and nameset.
iiCalc is an open source, command line based, expandable calculator made by me and my friend over at turbowafflz.gitlab.io. Anyone can expand it's capabilities by adding plugins,
or change it visually with themes. You can find this project here. You can install my plugins via the pm.install("<name>")
command or
through the GUI store, accessed with the store.store()
command.
Do various operations on mathematical expressions like solving, simplifying, etc. Run algebra.help() to get started.
The formulas plugin is a plugin that adds the functionality to solve lots of formulas. Some include but are not limited to, volume of shapes, quadratic formula, and energy equations.
The quads plugin will find information on a parabolla from the quadratic equation.
absgraph is a plugin that will give you the equation to an Absolute Value Graph from the x value, y value, and slope.
The ptable plugin just provides data from the periodic table. Right now, every element has a mass, a number, and a melting point value. More values may be added in the future.
The odds plugin is fairly simple. All it does it take an input of numbers and splits them into 2 lists, even numbers and odd numbers. It will tell you how many of each there are and you can also get it to show all of the split numbers.