Posts

Showing posts from November, 2019

Create gif using Python

Image
Navadeep Ganesh  / November 19, 2019 The Graphics Interchange Format  (GIF), is a bitmap picture design that was created by a group at the online administrations supplier CompuServe drove by American PC researcher Steve Wilhite on June 15, 1987. How to create gif using Python??. Picture to gif It has since come into far reaching use on the World Wide Web because of its wide help and conveyability between numerous applications and working frameworks. There are many softwares to do it maybe, but why not try something self made with python and some other stuff like convert. It is quite easy, you can do it with a couple of lines of code. You gotta have the images, though. That is the hardest part. So, if you have them, it is quick, but if you don’t, you gotta make the images first and then convert them into an animated gif. In the following chapter we will show how to convert some png images into gif. The configuration underpins up to 8 bits for each pixel for e

Create Personalized QR code using Python

Image
Navadeep Ganesh   November 21, 2019 What is a QR Code?             “Personalised QR code using Python”.A  Quick Response code  is a two-dimensional pictographic code used for its fast readability and comparatively large storage capacity. The code consists of black modules arranged in a square pattern on a white background. The information encoded can be made up of any kind of data. pyqrcode  module  is a QR code generator. The module automates most of the building process for creating QR codes. This module attempts to follow the QR code standard as closely as possible. The terminology and the encodings used in  pyqrcode  come directly from the standard.           First of all, you should know that there is a library in Python called “pyrqcode” which instantly develops R codes from the data you provide. These ready to install packages are developed by some contributors and Python developers.  $ pip install pyqrcode  By doing this, you can instantly install the