Work Space
작업실 works
DcMortor
import RPi.GPIO as GPIO from time import sleep GPIO.setmode(GPIO.BOARD) ina1 = 3...
Translate Speech
Change the line 151 in google_trans_new/google_trans_new.py which is: response = (decoded_line + ...
SSH file share
Host root user가 아닌 사용자 실행은 아래로 변경 sudo vi /etc/fuse.conf # /etc/fuse.conf - Configuration f...
OCR Translate
이미지를 읽어서 번역하여 읽어주는 프로그램 import pytesseract import cv2 import os from PIL import...
Proxy server
Proxy Server #!/usr/bin/python # This is a simple port-forward / proxy, written using only the...