Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.