https://github.com/chrisross5/patterns
My first GUI app! It shows all combinations for unlocking an Android phone, with display options and more features. Built with the Tkinter GUI module and SQLite database for saving user settings.
https://github.com/chrisross5/patterns
performance permutations python smtp sqlite threading tkinter
Last synced: about 1 year ago
JSON representation
My first GUI app! It shows all combinations for unlocking an Android phone, with display options and more features. Built with the Tkinter GUI module and SQLite database for saving user settings.
- Host: GitHub
- URL: https://github.com/chrisross5/patterns
- Owner: ChrisRoss5
- Created: 2024-08-02T20:58:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-02T21:29:31.000Z (over 1 year ago)
- Last Synced: 2025-01-15T22:21:09.491Z (about 1 year ago)
- Topics: performance, permutations, python, smtp, sqlite, threading, tkinter
- Language: Python
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

**See [releases](https://github.com/ChrisRoss5/patterns/releases/latest) to download the executable. Only tested on Windows 10.**
## Goals
- Learning permutations.
- Expanding my knowledge on Python.
- Practicing with Tkinter module and testing its limits.
- Testing the power of CPU and its usage.
- Learning SMTP protocol and sending emails.
## Idea
Randomly saw [this video](https://www.youtube.com/watch?v=D9dXrKUCfO0&t=154s) on Youtube.