Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-02T21:29:31.000Z (4 months ago)
- Last Synced: 2024-08-02T23:43:13.537Z (4 months 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
![App preview](preview-images/1.png)
**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.