Skip to content
/ QRBcard Public

QRBcard is a simple Python script that generates a business card with a QR code. The script takes in user inputs such as name, job title, email, phone number, and website, and generates a PNG image of a business card with a QR code containing the user's contact information.

License

Notifications You must be signed in to change notification settings

MaxSSD/QRBcard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QRBcard

QRBcard is a simple Python script that generates a business card with a QR code. The script takes in user inputs such as name, job title, email, phone number, and website, and generates a PNG image of a business card with a QR code containing the user's contact information.

Requirements

  • Python 3.x
  • Pillow library (can be installed with pip install Pillow)
  • qrcode library (can be installed with pip install qrcode)

Usage

  1. Clone this repository: git clone https://github.com/MaxSSD/QRBcard.git
  2. cd QRBcard
  3. Run python qrbcard.py or python3 qrbcard.py depending on your Python installation.
  4. Follow the prompts to enter your contact information.
  5. A PNG file named qrbusinesscard.png will be generated in the same directory.

Example

QROfficeID_2

Contributing

Contributions are welcome! If you find any bugs or have any suggestions for improvement, please open an issue or submit a pull request.

License

QRBcard is licensed under the MIT License.

About

QRBcard is a simple Python script that generates a business card with a QR code. The script takes in user inputs such as name, job title, email, phone number, and website, and generates a PNG image of a business card with a QR code containing the user's contact information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages