CODING HACKING DEVELOPERS COLLEGE
Kanalga Telegramโda oโtish
Disclaimer: This Channel is for educational purpose only , no one takes responsibility if you do anything wrong ๐๐๐๐ ๐๐๐ ๐๐๐๐๐ฒ= ๐๐๐๐ ๐๐๐ ๐๐ค๐ค๐ง๐ FOUNDER:- @TeamVoiceContactBot
Ko'proq ko'rsatish5 563
Obunachilar
Ma'lumot yo'q24 soatlar
-117 kunlar
-3930 kunlar
Postlar arxiv
๐ Top 5 Code Editors ๐จโ๐ป For Beginners & Advanced Coders ๐
๐ฅ 10 Advanced Python Scripts For Everyday Programming
1. SpeedTest with Python
# pip install pyspeedtest
# pip install speedtest
# pip install speedtest-cli
#method 1
import speedtest
speedTest = speedtest.Speedtest()
print(speedTest.get_best_server())
#Check download speed
print(speedTest.download())
#Check upload speed
print(speedTest.upload())
# Method 2
import pyspeedtest
st = pyspeedtest.SpeedTest()
st.ping()
st.download()
st.upload()
2. Search on Google
# pip install google
from googlesearch import search
query = "Medium.com"
for url in search(query):
print(url)
3. Make Web Bot
# pip install selenium
import time
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
bot = webdriver.Chrome("chromedriver.exe")
bot.get('[http://www.google.com'](http://www.google.com'))
search = bot.find_element_by_name('q')
search.send_keys("@codedev101")
search.send_keys(Keys.RETURN)
time.sleep(5)
bot.quit()
4. Fetch Song Lyrics
# pip install lyricsgenius
import lyricsgenius
api_key = "xxxxxxxxxxxxxxxxxxxxx"
genius = lyricsgenius.Genius(api_key)
artist = genius.search_artist("Pop Smoke", max_songs=5,sort="title")
song = artist.song("100k On a Coupe")
print(song.lyrics)
5. Get Exif Data of Photos
# Get Exif of Photo
# Method 1
# pip install pillow
import PIL.Image
import PIL.ExifTags
img = PIL.Image.open("Img.jpg")
exif_data =
{
PIL.ExifTags.TAGS[i]: j
for i, j in img._getexif().items()
if i in PIL.ExifTags.TAGS
}
print(exif_data)
# Method 2
# pip install ExifRead
import exifread
filename = open(path_name, 'rb')
tags = exifread.process_file(filename)
print(tags)
6. OCR Text from Image
# pip install pytesseract
import pytesseract
from PIL import Image
pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe'
t=Image.open("img.png")
text = pytesseract.image_to_string(t, config='')
print(text)
7. Convert Photo into Cartonize
# pip install opencv-python
import cv2
img = cv2.imread('img.jpg')
grayimg = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)
grayimg = cv2.medianBlur(grayimg, 5)
edges = cv2.Laplacian(grayimg , cv2.CV_8U, ksize=5)
r,mask =cv2.threshold(edges,100,255,cv2.THRESH_BINARY_INV)
img2 = cv2.bitwise_and(img, img, mask=mask)
img2 = cv2.medianBlur(img2, 5)
cv2.imwrite("cartooned.jpg", mask)
8. Empty Recycle Bin
# pip install winshell
import winshell
try:
winshell.recycle_bin().empty(confirm=False, /show_progress=False, sound=True)
print("Recycle bin is emptied Now")
except:
print("Recycle bin already empty")
9. Python Image Enhancement
# pip install pillow
from PIL import Image,ImageFilter
from PIL import ImageEnhance
im = Image.open('img.jpg')
# Choose your filter
# add Hastag at start if you don't want to any filter below
en = ImageEnhance.Color(im)
en = ImageEnhance.Contrast(im)
en = ImageEnhance.Brightness(im)
en = ImageEnhance.Sharpness(im)
# result
en.enhance(1.5).show("enhanced")
10. Get Window Version
# Window Version
import wmi
data = wmi.WMI()
for os_name in data.Win32_OperatingSystem():
print(os_name.Caption) # Microsoft Windows 11 Home
โค๏ธ If You Want More Content Like This Then Join This Channel ๐
@codingexpert142
@codingexpert142
Give Reactions ๐โค๏ธ.
https://t.me/addlist/6Iwh5-CXZ59kNDQ1
https://t.me/addlist/6Iwh5-CXZ59kNDQ1
UPSC ALL BATCHES LINK ๐๐๐๐๐
Link valid only 1hr only JOiN FAST โฅ๏ธ
Java with DSA and System Design 2.0
https://t.me/+Mjc_QK3eQnAzYjZl
https://t.me/+Mjc_QK3eQnAzYjZl
https://t.me/+Mjc_QK3eQnAzYjZl
https://t.me/addlist/6Iwh5-CXZ59kNDQ1
https://t.me/addlist/6Iwh5-CXZ59kNDQ1
UPSC ALL BATCHES LINK ๐๐๐๐๐
โค๏ธ UPSC BANKING & other competative exams
https://files.technicalatg.com/tmg2x
https://files.technicalatg.com/tmg2x
โค๏ธ GATE , IIT JAM , CODING & OTHER PROGRAMING BATCHES
https://files.technicalatg.com/cyEQ5x
https://files.technicalatg.com/cyEQ5x
Link valid only 1hr only JOiN FAST โฅ๏ธ
๐ข๐๐ซ๐ญ๐ข๐๐ฅ๐38 = CyberJacking and it's types
Cyber hijacking, or computer hijacking, is a type of network security attack in which the attacker takes control of computer systems, software programs and/or network communications.
โค๏ธโ๐ฅ๐๐ฟ๐๐ถ๐ฐ๐น๐ฒ ๐๐ถ๐ป๐ธ = ๐๐๐ฅ๐
๐ตTิฮฑษณฦส Fฯษพ Rาฝฮฑิฮนษณษ , Jฯฮนษณ @cidint สึ
ส สึ
สษ๐ต
๐ ๐ฒ๐๐พ๐๐๐๐ ๐ต๐- - @its_me_kali
๐ข๐๐ซ๐ญ๐ข๐๐ฅ๐ 37 = INTELLIGENCE AND ITS TYPES
Intelligence has been defined in many ways:higher level abilities (such as abstract reasoning, mental representation, problem solving, and decision making), the ability to learn, emotional knowledge, creativity, and adaptation to meet the demands of the environment effectively.
โค๏ธโ๐ฅ๐๐ฟ๐๐ถ๐ฐ๐น๐ฒ ๐๐ถ๐ป๐ธ = ๐๐๐ฅ๐
๐ตTิฮฑษณฦส Fฯษพ Rาฝฮฑิฮนษณษ , Jฯฮนษณ @cidint สึ
ส สึ
สษ๐ต
๐ ๐ฒ๐๐พ๐๐๐๐ ๐ต๐- - @its_me_kali
๐ข๐๐ซ๐ญ๐ข๐๐ฅ๐36 = IOT HACKING
IoT hacking can be extremely effective, producing DDoS attacks that can cripple our infrastructure, systems, and way of life. We've all heard of cybersecurity concerns when it comes to IoT devices and there's an inherent risk that comes with connecting more and more devices to the internet and to each other.
โค๏ธโ๐ฅ๐๐ฟ๐๐ถ๐ฐ๐น๐ฒ ๐๐ถ๐ป๐ธ = ๐๐๐ฅ๐
๐ตTิฮฑษณฦส Fฯษพ Rาฝฮฑิฮนษณษ , Jฯฮนษณ @cidint สึ
ส สึ
สษ๐ต
๐ ๐ฒ๐๐พ๐๐๐๐ ๐ต๐- - @its_me_kali
๐ข๐๐ซ๐ญ๐ข๐๐ฅ๐35 = GSM SNIFFING
The GSM Sniffing is a process of extracting the complete information regarding the Mobile station dealing from the source port address to destination port address, from the country location to the mobile connected network location, from the amount the packet transmission to the amount of packet received etc.
โค๏ธโ๐ฅ๐๐ฟ๐๐ถ๐ฐ๐น๐ฒ ๐๐ถ๐ป๐ธ = ๐๐๐ฅ๐
๐ตTิฮฑษณฦส Fฯษพ Rาฝฮฑิฮนษณษ , Jฯฮนษณ @cidint สึ
ส สึ
สษ๐ต
๐ ๐ฒ๐๐พ๐๐๐๐ ๐ต๐- - @its_me_kali
๐ข๐๐ซ๐ญ๐ข๐๐ฅ๐34 = THREAT PROTECTION
Threat protection (TP) is defined as an array of security solutions that defend against complex malware and cyberattacks that target sensitive data. This technology can help an organization adapt to the ever-changing strategies of cybercriminals and better anticipate and prevent costly security breaches
โค๏ธโ๐ฅ๐๐ฟ๐๐ถ๐ฐ๐น๐ฒ ๐๐ถ๐ป๐ธ = ๐๐๐ฅ๐
๐ตTิฮฑษณฦส Fฯษพ Rาฝฮฑิฮนษณษ , Jฯฮนษณ @cidint สึ
ส สึ
สษ๐ต
๐ ๐ฒ๐๐พ๐๐๐๐ ๐ต๐- - @its_me_kali
๐ข๐๐ซ๐ญ๐ข๐๐ฅ๐33 = ABOUT ICANN
The Internet Corporation for Assigned Names and Numbers is an American multistakeholder group and nonprofit organization responsible for coordinating the maintenance and procedures of several databases related to the namespaces and numerical spaces of the Internet, ensuring the network's stable and secure operation
๐ตTิฮฑษณฦส Fฯษพ Rาฝฮฑิฮนษณษ , Jฯฮนษณ @team_voice_011 สึ
ส สึ
สษ๐ต
๐๐ก๐ง๐ฅ๐ฌ ๐ข๐ก๐๐ฌ 50 ๐ฆ๐ง๐จ๐๐๐ก๐ง๐ฆ
JEE NEET BIGGEST CHANNEL
๐๐จ๐ข๐ง ๐
๐๐ฌ๐ญ.....๐ด๐ด
๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ
๐บ๐๐๐๐๐ ๐๐๐ฅ๐ ๐ง๐ข ๐๐ข๐๐ก ๐บ
๐บ๐๐๐๐๐ ๐๐๐ฅ๐ ๐ง๐ข ๐๐ข๐๐ก ๐บ
๐บ๐๐๐๐๐ ๐๐๐ฅ๐ ๐ง๐ข ๐๐ข๐๐ก ๐บ
๐บ๐๐๐๐๐ ๐๐๐ฅ๐ ๐ง๐ข ๐๐ข๐๐ก ๐บ
๐บ๐๐๐๐๐ ๐๐๐ฅ๐ ๐ง๐ข ๐๐ข๐๐ก ๐บ
๐บ๐๐๐๐๐ ๐๐๐ฅ๐ ๐ง๐ข ๐๐ข๐๐ก ๐บ
๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ๐บ
Try Your Luck
๐ธ๐ธ๐ธ๐ธ๐ธ๐ธ๐ธ๐ธ๐ธ๐ธ๐ธ
โ ๏ธ LAKSHYA NEET 2024 BATCH
https://t.me/+xqvAE3xJY5Y5ZjFl
โ ๏ธ ARJUNA JEE 2024
https://t.me/+y0TEIsyVcw82ZGM9
โ ๏ธ ARJUNA BATCH NEET 2025
https://t.me/+lj8Wgl151yI2NDNl
โ ๏ธ PRAYAS 3.0 BATCH
https://t.me/+pUqVPKEndrlkNzBl
โ ๏ธ YAKEEN 3.0 BATCH
https://t.me/+EaZnXx0S-cYwN2U9
COPYRIGHT STRIKE ๐ฑ ON MANY TELEGRAM CHANNEL...
BUT DON'T WARRY WE HAVE BACKUP CHANNEL JOIN AS SOON AS POSSIBLE โค๏ธ
https://bit.ly/ATG_CS_and_AI6
https://bit.ly/ATG_CS_and_AI6
Only 100 people can join freely ๐ค
Note :- ONLY REGISTERED KARNA HAI, TEST NAHI DENA HAI !!
*FREE Google Courses for 2023*
Google Project Management
๐https://files.technicalatg.com/Sz0GBPGI1o
Agile Project Management
๐https://files.technicalatg.com/aYiWk
Project Execution: Running the Project
๐https://files.technicalatg.com/L2gnMuBL
Foundations of Project Management
๐https://files.technicalatg.com/O13e
Project Initiation: Starting a Successful Project
๐https://files.technicalatg.com/mZUc5hUUMA
Project Planning: Putting It All Together
๐https://files.technicalatg.com/u3L3
Google Analytics for Power Users
๐https://files.technicalatg.com/0TArraNNm
Fundamentals of digital marketing
๐https://files.technicalatg.com/LTd5GH
Python Basics for Data Analysis
๐https://files.technicalatg.com/YdTexs
Data Science Foundations
๐https://files.technicalatg.com/asm6xrst
Advanced Google Analytics
๐https://files.technicalatg.com/Qjzw2hd8u
Google Cloud Computing Foundations:
๐https://files.technicalatg.com/38uwnx9R
Google Cloud Computing Foundations:
๐https://files.technicalatg.com/nssTVGtg
Data, ML, and AI in Google Cloud
๐https://files.technicalatg.com/TufepgmD
Google Cloud Computing Foundations: Networking and Security in Google Cloud
๐https://files.technicalatg.com/cr5ezQ
Machine Learning Crash Course
๐https://files.technicalatg.com/kGFAJ4h
Basics of Machine Learning
๐https://files.technicalatg.com/dLjbbQD
Data Science with Python
๐https://files.technicalatg.com/T0h0dUrT
๐ฉธ PREMIUM CHANNEL ENTRY ๐ฉธ
Just fill this form, Our Team will send u Link privately where you'll get Everything Directly Full Batch
FREE Registration, FREE Course๐
https://bit.ly/ATG_CS_and_AI6
https://bit.ly/ATG_CS_and_AI6
https://bit.ly/ATG_CS_and_AI6
โก๏ธAbsolutely FREEโก๏ธFREEโก๏ธFREE
Note :- ONLY REGISTERED KARNA HAI, TEST NAHI DENA HAI !!
Endi mavjud! Telegram Tadqiqoti 2025 โ yilning asosiy insaytlari 
