Simple Program

How to Get Least Frequent Character in String using Python

Submitted by razormist on
Learn on How to Get Least Frequent Character in String using Python. A Python program that can retrieve and display the least frequent character in a string. This tutorial will show you the actual method you can use to get the least frequent character in any string. Python Tutorial.

Image Filtering App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Image Filtering App using HTML&CSS in VanillaJS with Source Code - An image filtering application coded purely in JavaScript where you can customize the image filter. The purpose of this program is to allow users to freely add various filtering options to their images. JavaScript Source Code.

Loan Calculator App using Tkinter in Python with Source Code

Submitted by razormist on
Loan Calculator App using Tkinter in Python with Source Code - A Python program that uses the Tkinter library to display a loan calculator GUI. The intention of this program is to provide the simplest method of calculating your loan payment based on the information you provide. Python Source Code.

Random Captcha Generator App in VanillaJS with Source Code

Submitted by razormist on
Random Captcha Generator App in VanillaJS with Source Code - A web application created in pure JavaScript that generates random captchas. The purpose of this application is to prevent bots from spamming your website by requiring users to enter a random alphanumeric value correctly before logging in.. JavaScript Source Code.

Avatar Generator App using HMTL&CSS in VanillaJS with Source Code

Submitted by razormist on
Avatar Generator App using HMTL&CSS in VanillaJS with Source Code - A web application coded purely in JavaScript that can generate avatars. The purpose of this project is to provide customization options for creating the user's own character avatar. JavaScript Source Code.

Random Color Generator App in VanillaJS with Source Code

Submitted by razormist on
Random Color Generator App in VanillaJS with Source Code - A web application coded purely in JavaScript that generates random color codes. The purpose of this program is to provide a useful tool for generating colors that can be used for interface design. JavaScript Source Code.

Emoji Roulette App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Emoji Roulette App using HTML&CSS in VanillaJS with Source Code - A web application created in pure JavaScript that displays an emoji roulette. The intent of this program is to provide a fun way to display a random emoji via roulette for randomization. JavaScript Source Code.

Pokedex App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Pokedex App using HTML&CSS in VanillaJS with Source Code - The Pokedex App is a web application coded purely in JavaScript. The purpose of this project is to display the overall statistics of Pokémon from the Kanto to Unova regions. The program can display specific data about a Pokémon, including type, stats, and other details. Users can also filter by ID or name using the search bar. JavaScript Source Code.