Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.11 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.11 KB

7guis-gradio

Gradio (Python) implementaion of The 7 GUIs Benchmark

Authors: @abidlabs, @ID56 -- contributions welcome, just open a PR!

Why?

I recently came across the 7 GUIs benchmark, and was surprised to see that none of the implementations were written in Python (whereas many other backend and frontend languages had implementations). This is probably due to the frustrations involved in building GUIs with Python, a problem that Gradio is designed to help with.

So in this repo, I decided to create the Python implementations for the 7 GUIs (work in progress) using Gradio.

1. Counter

image

2. Temperature Converter

image

3. Flight Booker (WIP)

4. Timer (WIP)

5. CRUD (WIP)

6. Circle Drawer (WIP)

7. Cells (WIP)