👨💻 𝙽𝙴𝚃 👑𝙲𝙾𝙳𝙴𝚁 ♨️
Ir al canal en Telegram
353
Suscriptores
Sin datos24 horas
-47 días
-1530 días
Archivo de publicaciones
Repost from 乂☞OMNISCIENT☜ 乂
8801407228831698
Qoʻllab quvvatlash jamgʻarmasi 😅
Bita premium olay e
Pul tashaganla skrin bn comentda yozsin
Repost from 乂☞OMNISCIENT☜ 乂
Qaysi birini tanlaysiz
Ovoz berish jarayoni ertaga soat 11:00gacha
Kanal:@virtual_programmers_chanel Oʻrgatiladigan kanal:@angestrum
Repost from N/a
👱♂️ Creating Face Swaps with Python and OpenCV
Скрипт замены лиц с помощью Python и OpenCV.
Step 1: Face Detection
import cv2
def detect_face(image_path):
# Load the face detection classifier
face_cascade = cv2.CascadeClassifier(cv2.data.haarcascades + 'haarcascade_frontalface_default.xml')
# Read and convert the image to grayscale
image = cv2.imread(image_path)
gray_image = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
# Detect faces in the image
faces = face_cascade.detectMultiScale(gray_image, scaleFactor=1.1, minNeighbors=5)
# Assuming there's only one face in the image, return its coordinates
if len(faces) == 1:
return faces[0]
else:
return None
Step 2: Swapping Faces
def main():
# Paths to the input images
image_path_1 = 'path_to_image1.jpg'
image_path_2 = 'path_to_image2.jpg'
# Detect the face in the second image
face_coords_2 = detect_face(image_path_2)
if face_coords_2 is None:
print("No face found in the second image.")
return
# Load and resize the source face
image_1 = cv2.imread(image_path_1)
face_width, face_height = face_coords_2[2], face_coords_2[3]
image_1_resized = cv2.resize(image_1, (face_width, face_height))
# Extract the target face region from the second image
image_2 = cv2.imread(image_path_2)
roi = image_2[face_coords_2[1]:face_coords_2[1] + face_height, face_coords_2[0]:face_coords_2[0] + face_width]
# Flip the target face horizontally
reflected_roi = cv2.flip(roi, 1)
# Blend the two faces together
alpha = 0.7
blended_image = cv2.addWeighted(image_1_resized, alpha, reflected_roi, 1 - alpha, 0)
# Replace the target face region with the blended image
image_2[face_coords_2[1]:face_coords_2[1] + face_height, face_coords_2[0]:face_coords_2[0] + face_width] = blended_image
# Display the result
cv2.imshow('Blended Image', image_2)
cv2.waitKey(0)
cv2.destroyAllWindows()
if name == "main":
main()
@angestrum
Repost from N/a
import random
import string
import tkinter as tk
import pyperclip
root = tk.Tk()
root.geometry('500x500')
root.title('ANGESTRUM GENERATOR')
letters = string.ascii_letters
digits = string.digits
special_chars = string.punctuation
alphabet = letters + digits + special_chars
pwd_length = ''
pwd = ''
def create_pass():
global alphabet
global pwd_length
global pwd
pwd_length = int(pass_length.get())
pwd = ''
for i in range(pwd_length):
pwd += ''.join(random.choice(alphabet))
text_result.config(text=pwd)
def copy_pwd():
if pwd == '':
lbl_alert.config(text='Create a password first')
else:
pyperclip.copy(pwd)
lbl_alert.config(text='Succesfuly copied')
text_result = tk.Label(root, text='')
text_result.pack()
pass_length = tk.Entry(root)
pass_length.pack()
btn = tk.Button(root, text='Start', command=create_pass)
btn.pack()
btn_copy = tk.Button(root, text='Copy to clipboard', command=copy_pwd)
btn_copy.pack()
lbl_alert = tk.Label(root, text='')
lbl_alert.pack()
root.mainloop()
Канал:@angestrum
Пожалуйста, добавьте людей на канал
Repost from 乂☞OMNISCIENT☜ 乂
akala @angestrum kanaliga oʻtamiz zoʻr zoʻr foydali narsalani chiqaryaptila
Qarela rasmdagi ham yomon narsa emas davay birga organamiz shu kanaldan
Repost from N/a
Если количество участников канала 45
Я научу вас, как создать эту программу
канал:@angestrum
Repost from 乂☞OMNISCIENT☜ 乂
Rasmdagi gmail original akkauntim emas bundan ogohlantirish uchun ishlataman xolos yozsezla atvet yozmaymn bu akkauntga
Repost from 乂☞OMNISCIENT☜ 乂
Terpilla odamla borligi uchun oldindan aytaman siteni zaifligi haqida bildirganman atvet kelmagan
Repost from 乂☞OMNISCIENT☜ 乂
https://t.me/SafeCallsBot?start=eARUEnkh
Start bosib padershka qilila
t.me/lnstaTopSxema Kanalga azo buliylar Aktiv kutarilsa insta sxemalashni urgataman kegin rekda man deb uji tasavvur qilaveriylar dustlar
Repost from N/a
Всем привет
Теперь давайте начнем
Что ж, сначала вам нужно добавить этого человека в свой контакт, удалить его имя и добавить другое короткое имя.
Хорошо, теперь вы можете заблокировать людей с этим именем
Я ожидаю реакции
Пожалуйста, добавьте людей на канал
Канал:@angestrum
Repost from 乂☞OMNISCIENT☜ 乂
Hayrli tong hammaga bu reaksiyani mani kanalimga emas @angestrum kanaliga oʻtib bosish kerak😅
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
