This blog contains the code for Audio encryption using python Step 1: Library installation * pip install cry...
Python programming blog
Friday, May 28, 2021
Friday, May 21, 2021
Vehicle detection project (Open-CV)
AKPython
Friday, May 21, 2021
Hello python programmers This blog contains the code for the Vehicle detection project using Open-cv library. Step1: Import the Open-CV libr...
Tuesday, May 18, 2021
Simple Ball game using Pygame
AKPython
Tuesday, May 18, 2021
Step 1: Library Installation * pip install pygame Step 2 : Mygame(): class Mygame(): def main(self): #inital speed Xspee...
Monday, May 10, 2021
Doge coin price tracker using python
AKPython
Monday, May 10, 2021
Step 1: Library Installations * pip install bs4 * pip install requests Step 2: Importing Libraries import requests from ...
Friday, May 7, 2021
Build a website in 12 lines of Python code (Flask frame work)
AKPython
Friday, May 07, 2021
Step 1:Installing the dependencies * pip install flask * pip install pyshorteners Step2: Importing the libraries from flask import Flask,r...