Skip to content

Instantly share code, notes, and snippets.

View ahmedazizkhelifi's full-sized avatar
🍉

KHELIFI Ahmed Aziz ahmedazizkhelifi

🍉
View GitHub Profile
from win10toast import ToastNotifier
from bs4 import BeautifulSoup
import time
import requests
country = "Tunisia"
notification_duration = 10
refresh_time = 60 #seconds
from win10toast import ToastNotifier
from bs4 import BeautifulSoup
import requests
import time
start = -1
for i in range(len(search)):
if search[i].get_text().find(country) !=-1:
start = i
break
from win10toast import ToastNotifier
from bs4 import BeautifulSoup
import requests
import time
country = "Tunisia"
notification_duration = 10
refresh_time = 10 #minutes
data_check= []
worldmetersLink = "https://www.worldometers.info/coronavirus/"

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>

This is a paragraph of text.

This is another paragraph of text.

This is a text. This is another text.

This is a text.
This is another text.

Emphasis, aka italics, with asterisks or underscores.

Strong emphasis, aka bold, with asterisks or underscores.

Combined emphasis with asterisks and underscores.

Strikethrough uses two tildes ~ . Scratch this.