Skip to content

🐍 A Desktop Application built with Eel Python Framework to generate a QR Code for any entered text with a button click πŸ€“

Notifications You must be signed in to change notification settings

raghav1010/QRGeneratorDesktopApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

logo


Python HTML5 CSS3

πŸ“‹ Table of Contents

  1. πŸ€” What is this QRGenerator?
  2. πŸ”¨ Installation
  3. πŸš€ Getting Started
  4. πŸ‘¨β€πŸ’» Build
  5. ©️ License
  6. ❀️ Contributors

Developed a user-friendly QR code generator leveraging the Eel library in Python to create a visually appealing and functional UI. The QR code generator allows users to effortlessly generate QR codes for any entered text with a simple button click. Eel facilitates the development of cross-platform desktop applications by integrating a Python backend with HTML, CSS, and JavaScript for the frontend.

To install this project, you will need to have on your machine :

Python

Install pip for virtual environment management: https://pip.pypa.io/en/stable/getting-started/

  • Clone the repo and cd into the directory:
$ git clone https://github.com/raghav1010/QRGeneratorDesktopApp.git
$ cd QRGeneratorDesktopApp
  • Setup virtualenv and install requirements:
$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt
  • Run the app
$ python3 QRCode.py

You can pass any valid pyinstaller flag in the following command to further customize the way your app is built.

$ python3 -m eel QRCode.py web --noconsole --onefile --icon=static/icon.icns

This project is licensed under the MIT License.

There is no contributor yet. Want to be the first ?

About

🐍 A Desktop Application built with Eel Python Framework to generate a QR Code for any entered text with a button click πŸ€“

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published