scanning barcode(hardware) using python and storing it in database
initially you need to create a databse and a table in mysql
make sure your system has xampp if you are using windows orelse if u are using linux system then install apache2, mysql, php, php-msql, phpmyadmin, python, python-mysql.
My plan here is reading the barcode through python and printing the database contents using PHP.
make sure you are storing all the files in "/var/www/html/' if you using linux systems or if you are using wnidows then store it in C:/xampp/htdocs/'new_folder"