Hallo,

Ich habe ein Problem mit mein "Code". Ich versuche sowas wie ein Aimbot zu erstellen mit einer face recognition. Dazu habe ich das verwendet (1 bis 9 Zeilen)

from PIL import Image, ImageFont, ImageDraw

import face_recognition

import PIL

import time

from PIL import ImageGrab

import pydirectinput as auto

from tkinter import *

from queue import Queue

import threading

Jedesmal steht da "import face_recognition could not be resolved". Ich habe alles was nötig war installiert und dann habe ich in einem Forum gelesen, dass man es mit pip3 installieren sollte/könnte. Nun weiß ich nicht wie das geht. (Visual Studio/Python)

Und da ist noch so ein "Problem" was ich versuche zu lösen 😂