- π€ What is this QRGenerator?
- π¨ Installation
- π Getting Started
- π¨βπ» Build
- Β©οΈ License
- β€οΈ 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 :
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 ?