Files for my website
bwc9876.dev
1---
2name: Quick Wheel
3summary: A weapon-wheel-like launcher app to access your apps quickly
4timespan:
5 from: 2020
6tags:
7 - python
8 - tkinter
9links:
10 github: Bwc9876/QuickWheel
11image: ./quick-wheel.webp
12---
13
14import ExtLink from "@components/ExtLink.astro";
15export const components = { a: ExtLink };
16
17Quick Wheel is an app to quickly access your apps, web shortcuts,
18and cmd commands fast.
19
20It uses a weapon-wheel-like layout that overlays over everything.
21It support customizing items and sorting them into folders.
22
23This was my first desktop app, it was made using
24[Tkinter](https://docs.python.org/3/library/tkinter.html) in Python.
25The UI is very simple, but it was a good learning experience in software development.