Ephraimmm commited on
Commit
5a9ab8a
·
verified ·
1 Parent(s): bee4078

Improve Space README with documentation

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -10,4 +10,20 @@ pinned: false
10
  short_description: Free Qr code generator
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  short_description: Free Qr code generator
11
  ---
12
 
13
+ # Qr Code
14
+
15
+ ## Overview
16
+ A minimal Gradio app that turns any text or URL into a QR code. Type or paste a string into the input box, and the app generates a scannable QR code image you can view or save.
17
+
18
+ ## Features
19
+ - Generates a QR code image from any text or URL input
20
+ - Simple single-page Gradio interface (text in, image out)
21
+
22
+ ## Tech Stack
23
+ - [Gradio](https://www.gradio.app/) — web UI
24
+ - [pyqrcode](https://pypi.org/project/PyQRCode/) — QR code generation
25
+ - [pypng](https://pypi.org/project/pypng/) — PNG encoding support for pyqrcode
26
+ - [Pillow (PIL)](https://python-pillow.org/) — image loading/handling
27
+
28
+ ## Author
29
+ Built by [Ephraimmm](https://huggingface.co/Ephraimmm)