• Python
  • Node.js
  • JavaScript
Generate QR Code with Logo or Image in Python

In this Python tutorial we learn how to generate a QR code with a logo image inside using qrcode package.

Convert Text to Emoji and vice versa in Python

This Python tutorial to show you how to convert text to emoji and emoji to text in Python using the emoji package.

Decode Base64 String to Image File in Python

This Python tutorial to learn how to convert a base64 string into an image file.

Convert Image File to Base64 String in Python

This python tutorial to show how to convert an image file or any file into a string of base64 format.

Convert Bytes to String in Python

How to convert a bytes value into string value using bytes.decode() method.

Convert file size to human readable text in Python
Convert file size to human readable text in Python

This Python tutorial we learn how to use the humanize package to convert file size from a number of bytes into human readable format string.

Convert time to human readable text in Python
Convert time to human readable text in Python

This Python tutorial to show you how to use the humanize package to convert date time value into human readable string.

Convert number to human readable text in Python
Convert number to human readable text in Python

This Python tutorial we learn how to use the Python humanize package to convert a number value into a human readable and friendly text presentation string in Python.

Read and Decode QR Code Image in Python
Read and Decode QR Code Image in Python

This Python OpenCV tutorial to show how to using opencv-python package to read and decode the data of a QR code image in Python.

Generate barcode in Python using python-barcode
Generate barcode in Python using python-barcode

This Python tutorial to show you how to generate different type of barcode images in Python programs using the using python-barcode package. With different Python example program we learn to generate popular barcode types such as Code 39, Code 128, PZN, EAN-13, EAN-8, JAN, ISBN-13, ISBN-10, ISSN, UPC-A.

  • 1
  • 2
  • 3
  • …
  • 6

Copyright © 2020 toricode.com. All Rights Reserved.