- install bs4
pip install bs4- install google_images_download
Python Script for ‘searching’ and ‘downloading’ hundreds of Google images to the local hard disk!
pip install google_images_downloadInformation: https://pypi.org/project/google_images_download/
- install selenium
pip install selenium가상 환경은 venv 명령을 실행해서 만들어집니다:
python -m venv selenium이 명령을 실행하면 대상 디렉터리가 만들어지고 (이미 존재하지 않는 부모 디렉터리도 만듭니다) 명령이 실행된 파이썬 설치를 가리키는 home 키가 있는 pyvenv.cfg 파일이 배치됩니다 (대상 디렉터리의 일반적인 이름은 .venv입니다). 또한 파이썬 바이너리/바이너리들의 사본/심볼릭 링크를 포함하는 bin (또는 윈도우의 경우 Scripts) 서브 디렉터리를 만듭니다 (플랫폼이나 환경 생성 시에 사용된 인자에 적절하게). 또한 (처음에는 비어있는) lib/pythonX.Y/site-packages (윈도우에서는, Lib\site-packages) 서브 디렉터리를 만듭니다. 기존 디렉터리가 지정되면 재사용됩니다.
- 가상환경 내에서 패키지들을 설치, 실행 가능
- 다른 프로젝트들과 독립적인 공간에서 개발환경 구성 가능
리눅스 환경:
source selenium/bin/activate윈도우 환경:
cd selenium\Scripts
activate- version
ChromeDriver: 86.0.4240.22Supports Chrome version 86- 크롬드라이버 다운로드 링크
https://chromedriver.chromium.org/downloadsexpo install react-native-webviewExpo CLI is the tool for developing and building Expo apps.
npm install -g expo-cliWhen you are creating an app that requires access to potentially sensitive information on a user's device, such as their location or contacts, you need to ask for the user's permission first. The expo-permissions module makes requesting these permissions easy, fast, and reliable.
expo install expo-permissions1024x1024 is a good size. The Expo build service will generate the other sizes for you. The largest size it generates is 1024x1024.
I'll go with 1242 pixels wide and 2436 pixels tall -- this is the width of the iPhone 8 Plus (the widest iPhone) and the height of the iPhone X (the tallest iPhone)
expo build:androidexpo build:iosAPK
expo build:android -t apkAndroid App Bundle
expo build:android -t app-bundleBackup keystore and credentials
expo fetch:android:keystore