Skip to content

gia-lo-sai/QR-Generate-APK-v-02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemini QR Code Generator

This project is a web application that uses the Google Gemini API to generate QR codes from text and allows you to download them as PNG or PDF files.

Features

  • Generate QR codes from any text.
  • Download QR codes as PNG images.
  • Download QR codes as PDF documents.
  • Simple and intuitive web interface.

Project Structure

.
├── main.py
├── web
│   ├── index.html
│   ├── main.js
│   └── style.css
├── requirements.txt
└── devserver.sh

Technologies Used

  • Backend: Python, Flask
  • Frontend: HTML, CSS, JavaScript
  • APIs: Google Gemini API
  • Python Libraries:
    • google-genai
    • Pillow
    • qrcode
    • fpdf

Setup and Running

  1. Install dependencies:

    pip install -r requirements.txt
  2. Set up your environment variables:

    Create a .env file and add your Google Gemini API key:

    API_KEY=your_api_key
    
  3. Run the application:

    bash devserver.sh
  4. Open your browser and go to http://localhost:8080.

About

Generazione codici QR da modulo TXT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published