89.5K subscribers
87 photos
13 videos
6 files
161 links
Python.hub
Download Telegram
Balloon ๐ŸŽˆ SHOOTER ๐Ÿ”ซ Game ๐ŸŽฎ Using Python ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡

https://code-projects.org/balloon-shooter-game-in-python-with-source-code/
import cv2
image = cv2.imread("C/Users/User/Downloads/spid.png")
gray_image = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
inverted = 255-gray_image
blur = cv2.GaussianBlur(inverted, (21, 21), 0)
invertedblur = 255-blur
sketch = cv2.divide(gray_image, invertedblur, scale=256.0)
cv2.imwrite("sketch.png", sketch)
cv2.imshow("Image", sketch)
Hello guys ๐Ÿ‘‹, I am think to start uploading python project tutorials on my YouTube channel ๐Ÿ˜€.

So subscribe it for future Projects
๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡

https://youtu.be/mJ-UNGeCuSg

Thank you ๐Ÿ™๐Ÿ˜
Do You Want ๐Ÿ† Discount On Premium ๐Ÿ‘จโ€๐Ÿ’ปCoding Courses? ๐Ÿค”
Anonymous Poll
85%
Yes ๐Ÿ˜
15%
No ๐Ÿ˜”
Captain America Shield ๐Ÿ›ก ๐Ÿ‘‡๐Ÿ‘‡
.
https://copyassignment.com/drawing-captain-america-shield-with-python-turtle/
Hand Detection using Python ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡ https://github.com/sashagaz/Hand_Detection