AK Python
1.86K subscribers
39 photos
2 videos
11 files
236 links
Join here to unlock your programming ability
Download Telegram
Check out new video 👍
#YKYG: How many cases to analyse an algorithm?
Anonymous Quiz
9%
1
24%
2
36%
3
32%
4
#YKYG : Data structures is divided in to ____ Types.
Anonymous Quiz
5%
1
50%
2
21%
3
24%
4
Check out this video: WhatsApp automation
#YKYG: TensorFlow is Developed by
Anonymous Quiz
30%
Microsoft
44%
Google
14%
Adobe
11%
Android
This media is not supported in your browser
VIEW IN TELEGRAM
Tommorow 8:00 Pm ( Live IPL Score Notification )
New video out now: Live cricket score desktop Notifier
* Code for Live cricket score Notification * ( Using plyer )
import sports
i=sports.get_match("Cricket","Team1","Team2")
import time
from plyer import notification
notification.notify(
title="IPL Scores Updates",
message=str(i),
app_icon="Path of Image",
timeout=10,
)
time.sleep(10)
👍1
*Code for Live cricket score Notification * ( Using pynotifier )
import sports
Matchinfo=sports.get_sport("CRICKET")
from pynotifier import Notification

Notification(
title="IPL Live score Updates",
description=str(Matchinfo),
duration=60,
).send()
( Keep support & share Maximum )❤️❤️
#YKYG: The First Generation computers[1946-1959] used____ for memory and circuitry
Anonymous Quiz
20%
Transistors
22%
Magnetic Disks
50%
Vaccum tubes
9%
Integrated Circuits
This media is not supported in your browser
VIEW IN TELEGRAM
New video: Chrome Automation Using Selenium ( Upcoming Weekends )❤️