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 (Δ).
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".
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.
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.
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.
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.
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.
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.
Greedy Money is a Python tool to decompose a large number in smaller fixed ones.
HackerScreen is a small Python script to showcase cool hacker digital effects.