diff --git a/captcha.py b/Generate Captcha.py similarity index 100% rename from captcha.py rename to Generate Captcha.py diff --git a/generatepassword.py b/Generate Password.py similarity index 87% rename from generatepassword.py rename to Generate Password.py index 0610001..e93cfad 100644 --- a/generatepassword.py +++ b/Generate Password.py @@ -9,4 +9,4 @@ length = random.randrange(8,16) password = "".join(random.sample(mix,length)) -print("strong password - ", password) \ No newline at end of file +print("strong password - ", password) diff --git a/urlloadingtime.py b/URL loadingtime.py similarity index 97% rename from urlloadingtime.py rename to URL loadingtime.py index d153886..fd7072c 100644 --- a/urlloadingtime.py +++ b/URL loadingtime.py @@ -3,7 +3,6 @@ url = input("Enter the url whose loading time you want to check: ") - def get_load_time(url): if ("https" or "http") in url: open_this_url = urlopen(url) @@ -17,5 +16,4 @@ def get_load_time(url): return time_to_load - -print(f"\nThe time taken to load {url} is {get_load_time(url):.2} seconds.") \ No newline at end of file +print(f"\nThe time taken to load {url} is {get_load_time(url):.2} seconds.") diff --git a/texttohandwritten.py b/text to handwritten.py similarity index 81% rename from texttohandwritten.py rename to text to handwritten.py index aec21b4..3eaec41 100644 --- a/texttohandwritten.py +++ b/text to handwritten.py @@ -2,4 +2,4 @@ text = "Web Crawling is all about viewing web pages as a whole and indexing it." \ "When a crawler (bot) crawls a website, it goes through every page and every link of the website for indexing." -pywhatkit.text_to_handwriting(text, rgb=(0,0,255)) \ No newline at end of file +pywhatkit.text_to_handwriting(text, rgb=(0,0,255))