Skip to content

You can generate your customize qr code and if some of your friends scan that then they can easily import your detail in there phonebook

License

Notifications You must be signed in to change notification settings

ujjawalpoudel/contact_qrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code generation

QR Codes are helpful in a lot of scenarios. Generating a QR Code for each profile will make it really easy for the users to share their profile. This project helps you to generate your personal qr code so that you can easily share that qr code for your friend circle.

API Reference

Generate QR Code

  POST /generate_qrcode
Parameter Type Description
fullname string Required
gender string Required
email list Required
phone_number list Required
city string Required
district string Required
country string Required
palika string Required

Authors

Run Locally

This installation process is for Linux OS(only)

Clone the project

  git clone git@github.com:ujjawalpoudel/contact_qrcode.git

Go to the project directory

  cd contact_qrcode/

Create Vitual Environment of python 3.7

  python3.7 -m venv venv

Activate Virtual Environment

  source venv/bin/activate

Install Python Package from requirements.txt

  pip install -r requirements.txt 

Execute main.py file

  python main.py

Tech Stack

Server: Python

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

You can generate your customize qr code and if some of your friends scan that then they can easily import your detail in there phonebook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages