Generate PDF using python and HTML
Dependencies: sudo pip3 install pdfkitsudo apt-get install wkhtmltopdf Pdfkit and wkhtmltopdf are the packages that you will be required before…
Technology, News , Entertainment and More stuff
Dependencies: sudo pip3 install pdfkitsudo apt-get install wkhtmltopdf Pdfkit and wkhtmltopdf are the packages that you will be required before…
HTML forms are used to pass data to a server either using get/post method. A form can contain input elements…
Tag Description <!–…–> Defines a comment <!DOCTYPE> Defines the document type <a> Defines an anchor <abbr> Defines an abbreviation <acronym>…
In this article I am going to explain how can we link a python script with a web interface. In…