You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Advanced Calculator is a powerful, user-friendly C-based tool designed for complex mathematical operations, including basic arithmetic, trigonometry, logarithms, complex numbers, matrix operations, and statistical calculations, all enhanced with formula hints and formatted outputs for easy understanding.
A customizable daily routine app built with PySide6 and SQLite3. It allows users to manage daily activities, toggle between dark/light modes, export/import routines in XML, and update tasks dynamically. The app features intuitive UI controls for editing, adding, and deleting routines, with a focus on ease of use.
Advanced Chatbot: A Python-based chatbot featuring interactive conversations, date/time responses, and emoji integration. It handles various user queries and provides a fun, engaging experience. Ideal for learning about conversational AI and Python programming. Enjoy a lively chat with a virtual assistant in your command line!
Generate Fibonacci sequences with ease using this interactive GUI tool. Enter the number of terms, switch between light and dark themes, and view the results instantly. Perfect for learning or quick calculations. Simple, elegant, and efficient.
A simple Python script that converts temperatures between Celsius and Fahrenheit. It provides a user-friendly command-line interface to input and convert temperatures, displaying results clearly. Ideal for quick conversions and learning basic Python programming concepts.
Colorful Hello World is a simple C program that demonstrates how to print text in various colors in the terminal using ANSI escape codes. This project showcases how to add vibrant, colored text output to console applications, with "Hello, World!" displayed in red, green, and blue.
A simple C-based alarm clock program allowing users to set, cancel, and monitor alarms in a 12-hour format with AM/PM notation. Features a text-based interface for easy management and real-time alarm activation.
The Advanced Digital Clock project is a simple yet powerful terminal-based clock application written in C. It displays the current date and time in a user-friendly 12-hour format with AM/PM notation, featuring a clean and continuously updating interface. Ideal for learning, demonstration, or integration into larger projects.
Loading Skeleton Templates provides a collection of elegant and responsive loading placeholders inspired by popular web and mobile applications. Built with HTML and Tailwind CSS, these templates simulate various loading states to enhance user experience and maintain visual consistency while content is loading
A simple Temperature Converter program in C that converts temperatures between Celsius and Fahrenheit. It features a user-friendly interface allowing easy input and conversion. Ideal for quick temperature calculations, it demonstrates basic programming concepts and interactive user prompts. Perfect for educational purposes and practical use.
The Advanced Digital Clock is a Python terminal application that displays the current date and time in a clean, 12-hour format with AM/PM notation. It features a continuously updating display and is cross-platform compatible, making it ideal for learning and integration.
A versatile desktop application for generating secure passwords and random numbers, validating emails and URLs, and toggling between dark and light modes. Built with PySide6 and QtPy, it features a user-friendly interface and customizable options for enhanced functionality and ease of use.
Palindrome Checker is a Python program that checks if a string reads the same forwards and backwards. It handles multi-line inputs, ignores non-alphanumeric characters, and is case-insensitive. Users can continuously test strings and receive formatted feedback on whether each string is a palindrome.
A Python-based alarm clock allowing users to set multiple alarms with a user-friendly 12-hour AM/PM format. Features real-time monitoring, colorful terminal output using colorama, and automatic exit after all alarms trigger. Ideal for learning basic Python concepts.
This project is a C program that generates the Fibonacci sequence up to a specified number of terms. Users input the desired number of terms, and the program displays the sequence with formatted output. It's perfect for learning about Fibonacci numbers and basic C programming concepts.
A simple Rock, Paper, Scissors game implemented in C. Play against the computer by choosing Rock, Paper, or Scissors. The game displays choices and announces the winner, providing a clear and interactive experience. Easy to compile and run on any system with a C compiler.
A Python Rock, Paper, Scissors game where you compete against the computer. Input your choice, and the program displays the computer’s choice along with the result. Simple, interactive, and easy to run, this game showcases basic Python programming and game logic.
The Factorial Calculator is a Python program that computes the factorial of any non-negative integer using recursion. It provides clear, formatted results and handles invalid inputs like negative numbers. Simple to use, it helps users understand factorials and recursion concepts in Python.
A command-line tool for converting between various currencies. It supports a wide range of currencies with dynamic input, real-time conversion, and error handling for invalid inputs. Simple to use and easy to update with current exchange rates.