Public scripts

I sometimes publicly post some of my programs to help the community with simple open-source tasks solvers and tools. You can find them below, download their executable and source code, as well as visiting their Github page.

Quadratic

Quadratic is a simple Python UI tool to solve quadratic equations. It takes the values of a, b and c, then returns the solutions for the equation ax²+bx+c and the value of delta (Δ).

Download for Windows Download Source Files Visit Github page

Characters Counter

Characters Counter is a Python tool to count the amount of characters of a given sentence. For example, it will return 5 characters with an input "Hello". It will also indicate the amount of each character, such as 1x"h", 1x"e", 1x"o" and 2x"l".

Download for Windows Download Source Files Visit Github page

Percentage Calculator

Percentage Calculator is a Python tool to convert two numbers into a percentage. For example, it will return 50% if your inputs are 1 and 2, or 3 and 6, or 5 and 1o, or more.

Download for Windows Download Source Files Visit Github page

Mark Calculator

Mark Calculator is a Python tool to convert a specific mark into its equivalent with another mark base. For example, 15/20 into 75/100.

Download for Windows Download Source Files Visit Github page

Time Translator

Time Translator is a Python UI tool to convert static amount of time into a better shape. It can convert hours to weeks, or even seconds to months.

Download for Windows Download Source Files Visit Github page

Strong Password Generator

Strong Password Generator is a simple Python UI tool to generate random strong passwords. It can create passwords using several special characters, letters and numbers, from 6 characters to 300 characters long.

Download for Windows Download Source Files Visit Github page

Valentine Message

Valentine Message is a funny Python script to ask someone to be your Valentine. Use it to prompt a message box, in which you can add if you wish the person's name in the message.

Download for Windows Download Source Files Visit Github page

Battle Game

Battle Game is a simple battle game with 26 cards. Take a card and compare it with your opponent's one until there is none remaining.

Download for Windows Download Source Files Visit Github page

Greedy Money

Greedy Money is a Python tool to decompose a large number in smaller fixed ones.

Download for Windows Download Source Files Visit Github page

HackerScreen

HackerScreen is a small Python script to showcase cool hacker digital effects.

Download Source Files Visit Github page

© 2023 - BloodAlibi