pycharm
Great choice my dude
python code pycharm
print("This Is Basic Code")
name = input("What Your Name:" )
print("Your Name Is:" + name)
python pycharm
import cv2
from cvzone.HandTrackingModule import HandDetector
cap = cv2.VideoCapture(0)
cap.set(3, 1280)
cap.set(4, 720)
detector = HandDetector(detectionCon=0.8)
while True:
success, img = cap.read()
img = detector.findHands(img)
lmList, bboxInfo = detector.findPosition(img)
cv2.imshow("Image", img)
cv2.waitKey(1)
i recieve an error
INFO: Created TensorFlow Lite XNNPACK delegate for CPU. error
pycharm
if IDE == "PyCharm":
print("you are always gonne use this program for python")
else:
print("plz just install pycharm for python")
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us