PLEASE NOTE - the antivirus will throw false positive errors on exe files, marking them as Trojan. This is stupid and I can't do anything, since these are just .py files, compiled with pyinstaller
2 versions - terminal and GUI (both .py and .exe)
Terminal version:
GUI version:
A simple clock program in Python (both .py and .exe):
A program, which generates desired number of balls with random size, color and speed, which are bouncing in the window (both .py and .exe):
Supported operations: + - * /
Both .py and .exe
Functionality - open, edit and save .txt files. Cut/copy/paste. Auto-expanding text field. Select font, font size, font color and background color
Both .py and .exe
Both .py and .exe
- Highly customizable - change the colors of the elements and the scale of the game
Both .py and .exe
- Generate random string of any length (from 1 to ...)
- Different used symbols (English letters, Russian letters, digits, special symbols) with the ability to choose any combination
- Copy to clipboard function (strings over 50k symbols are copied to clipboard automatically)
Both .py and .exe. Also added module to use in any Python code as standalone generator of strings with various settings
Calculates the number of words in document, number of unique words, and displays each unique word with the frequency sorted by most popular words. Main benefit - the file is selected with standard windows explorer dialog (you don't need to input file path manually)
Both .py and .exe
Finds all matches in all text files in the set folder, and prints the file, the line, the incorrect and correct versions of the word. Contains a dict with 300+ commonly misspelt words
Only .py