EasySnippet
Link
EasySnippet is a tool designed to help programmers
easily share code snippets with a single click. Simply
paste your code, name your snippet, and generate a
shareable link instantly. Perfect for quick
collaborations, code reviews, or showcasing your work,
EasySnippet eliminates the hassle of lengthy code
sharing processes, making it ideal for developers of all
levels. Whether you're sharing with teammates or the
wider community, EasySnippet ensures your code is
accessible and easy to distribute.
Pathfinding Visualizer
Link
Written in C++, this program that demonstrates how a
pathfinding algorithm works through a simple
visualization. Ideal for students, developers, or anyone
interested in algorithms, this tool offers an
interactive way to grasp the concepts behind
pathfinding.
Playground site
Link
Containing a lot of fun experiments with HTML, CSS, and
JavaScript, the site is a collection of small projects I
have made over the past few years. Along with fully
functional webpages, it also consists of REST api
endpoints which can be accessed for data and jokes, such
as FizzBuzz as a service (FASS), which returns you the
FizzBuzz of any number, and much more! The site also
features a lot of fun projects like a chat with an
Alien, a virtual laser pointer which can be used after
importing your own image, and endless house, and much
more!
CurlyPy
Link
CurlyPy is an advanced preprocessor for Python that
transforms bracket-based syntax into standard Python
code, leveraging a custom parser to streamline the
conversion process. By allowing developers to define
code blocks with curly brackets {} and introducing
semi-mandatory semicolons for statement termination,
CurlyPy enhances code readability and reduces
indentation-related errors. With robust error handling
and support for complex data types like dictionaries and
sets, CurlyPy enables cleaner, more structured coding
while ensuring compatibility with Python's syntax.
This site!
Link
Built using HTML, CSS, and JavaScript, it provides a
clean, modern interface that adapts seamlessly across
devices. The site showcases some of my projects with a
sleek, responsive UI optimized for both desktop and
mobile experiences. Hosted using Flask, it serves as a
hub for exploring the developer's work, including unique
projects and insights.
DevBotAgru
Link
DevBotAgru is a versatile Discord bot designed to bring
fun, utility, and moderation features to your server. It
offers a wide range of commands, including AI-powered
replies, random cat and dog photos, jokes, memes, and
moderation tools like banning, kicking, and managing
user timeouts. DevBotAgru is perfect for jokes, memes,
moderation, and a lot more.
Now playing
Link
Now Playing is a Python application that displays
real-time information about media currently playing on
Spotify or other supported media apps. App built using
Eel, uses a html frontend and connects to python for
information about the currently playing media.
Javascript on the frontend connects to the python
backend to communicate for updates and call functions
such as pausing the media. The app is made as simple as
possible to make it straightforward to use.
And much more!