Simple Program

Binary Calculator using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Binary Calculator using HTML&CSS in VanillaJS with Source Code - This is a web application created purely in JavaScript that can calculate binary numbers. The purpose of this program is to allow you to calculate any binary numbers accurately, providing precise results. JavaScript Source Code.

URL Shortening and Converter App in Python with Source Code

Submitted by razormist on
URL Shortening and Converter App in Python with Source Code - A Python program that enables users to shorten URLs of website addresses. The application also provides a way to convert TinyURLs back into the original website URLs by entering the TinyURL to convert. Python Source Code.

Search Engine Program using Tkinter in Python with Source Code

Submitted by razormist on
Search Engine Program using Tkinter in Python with Source Code - A Python program that utilizes the Tkinter library to create a simple search engine program. The purpose of this project is to assist users in looking up the meaning of a certain word or keyword. Python Source Code.

Recipe Finder App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Recipe Finder App using HTML&CSS in VanillaJS with Source Code - A recipe finder created purely in JavaScript that utilizes an API to fetch data from the source. The application searches through the keyword you entered in the database to display your results. JavaScript Source Code.

Text File Reader Program using Tkinter in Python with Source Code

Submitted by razormist on
Text File Reader Program using Tkinter in Python with Source Code - A Python program that uses the tkinter library to create a text file reader. The purpose of the program is to make it easier for users to view or open text files as long as they contain content. Python Source Code.