--- name: Quick Wheel summary: A weapon-wheel-like launcher app to access your apps quickly timespan: from: 2020 tags: - python - tkinter links: github: Bwc9876/QuickWheel image: ./quick-wheel.webp --- import ExtLink from "@components/ExtLink.astro"; export const components = { a: ExtLink }; Quick Wheel is an app to quickly access your apps, web shortcuts, and cmd commands fast. It uses a weapon-wheel-like layout that overlays over everything. It support customizing items and sorting them into folders. This was my first desktop app, it was made using [Tkinter](https://docs.python.org/3/library/tkinter.html) in Python. The UI is very simple, but it was a good learning experience in software development.