Python (75) ์ธ๋ค์ผํ ๋ฆฌ์คํธํ [Python] pyinstaller / exe ํ์ผ ์์ฑ exe ํ์ผ ํ๋๋ก ์์ฑ pyinstaller test.py --onefile https://flytrap.tistory.com/m/23 pyinstaller ์ฉ๋ ์ค์ด๋ ๋ฐฉ๋ฒ (230MB->36MB) ํ์ด์ฌ์ ์ด์ฉํ์ฌ ํ ํ ์คํผํน ์ฐ์ต ํ๋ก๊ทธ๋จ์ ๋ง๋ค์๋๋ฐ, ๋ณ ๊ธฐ๋ฅ์ด ์๋๋ฐ ์ฉ๋์ด 230MB๋ ๋์๋ค. ํ์ธํด๋ณธ ๊ฒฐ๊ณผ ์๋์ฝ๋ค๋ฅผ ์ด์ฉํ์ฌ pyinstaller๋ฅผ ์ฌ์ฉํ๋ฉด ์๊ธฐ๋ ๋ฌธ์ ์๊ณ , ์์ ํ์ด์ฌ flytrap.tistory.com [Python] PySide6 import sys from PySide6.QtWidgets import QApplication, QWidget app = QApplication(sys.argv) window = QWidget() window.show() app.exec_() ์ฐธ๊ณ https://martinii.fun/147 [1/?] ๊ฐ๋ฐํ๊ฒฝ๊ณผ PySide6 ๋ชจ๋ ์ค์น ๋ณธ๋ฌธ์ GIF(์์งค)๋ค์ ํด๋ฆญํ๊ธฐ ์ ์๋ ์ด๋ฐ1์ด ์ ๋๋ง ๋ฐ๋ณตํด์ ๋ณด์ฌ์ค๋๋ค. ๋ณ๋๋ก ํด๋ฆญ์ ํด์ฃผ์ ์ผ๋ง ๋๊น์ง ์ฌ์์ด ๋๋ ์ ์ ์ํ์ฌ ์ฃผ์๊ธฐ ๋ฐ๋๋๋ค. ๊ฐ๋ฐํ๊ฒฝ๊ณผ ๋ชจ๋ ์ค์น ๊ฐ๋ฐํ๊ฒฝ ์ค์น martinii.fun [Python] ๊ฐ์ํ๊ฒฝ venv, pipenv ๋ช ๋ น์ด ์ ๋ฆฌ venv python -m venv ๊ฐ์ํ๊ฒฝ์ด๋ฆ # ํ๊ฒฝ๋ณ์ path ์ฐ์ ์์๊ฐ ๋์ python ๋ฒ์ ์ผ๋ก ์์ฑ python -m venv venv # path์ ์๊ด์์ด ์ค์น๋์ด ์๋ ํ์ด์ฌ ์ค ๋ฒ์ ์ง์ ํ์ฌ ์์ฑ py -3.8 -m venv venv # ํ์ด์ฌ์ด ์ค์น๋ ๊ฒฝ๋ก ์ด์ฉํด์ ์์ฑ D:\Programs\Python\Python310\python -m venv venv ์ค์น๋์ด์๋ ํ์ด์ฌ ๋ณด๊ธฐ : py -0 ๊ฐ์ํ๊ฒฝ ํ์ฑํ venv\Scripts\activate ๋นํ์ฑํ deactivate ํจํค์ง ์ด๋ฆ๊ณผ ๋ฒ์ ์ถ๋ ฅ pip list pip ์ผ๊ด ์ค์น pip install -r requirements.txt # ์ญ์ pip uninstall -r requirements.txt ํจํค์ง ๋ชฉ๋ก๊ณผ ๋ฒ์ .. [Python] Pillow ์ด๋ฏธ์ง ์ฌ์ด์ฆ ํ์ธ https://note.nkmk.me/en/python-opencv-pillow-image-size/ Get image size (width, height) with Python, OpenCV, Pillow (PIL) | note.nkmk.me This article describes how to get the image size (width, height) in Python with OpenCV and Pillow (PIL).The image size can be obtained as a tuple with the attribute shape of ndarray in OpenCV and the attribute size of PIL.Image in Pillow (PIL). Note that t note.. [Python] PDF ๊ด๋ จ ํจํค์ง ์ ๋ฆฌ PDFRW https://github.com/pmaupin/pdfrw GitHub - pmaupin/pdfrw: pdfrw is a pure Python library that reads and writes PDFs pdfrw is a pure Python library that reads and writes PDFs - GitHub - pmaupin/pdfrw: pdfrw is a pure Python library that reads and writes PDFs github.com https://kimhwon.github.io/pdfrw-automation/ pdfrw๋ฅผ ์ฌ์ฉํ PDF ์ ๋ฌด ์๋ํ PDF ํผ์ ์ฑ์ฐ๋ ์ ๋ฌด๋ฅผ ๋ฐ์์ต๋๋ค. ๋๋ต 600 rows ์ฏค ๋๋ ๋ฐ์ดํฐ๋ฅผ ๋ถ๋ฅํด์ PDF์ ์ฑ์ ๋ฃ.. [Python] pip, pipenv install SSLError pip install ์ SSLError ๋ฐ์ D:\>pip install pillow WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)'))': /simple/pillow/ WARNING: Retrying (Retry(total=3, connect=None, read=Non.. [Python] Pyppeteer window size ์กฐ์ browser = await launch(headless=False, ignoreHTTPSErrors=True, ignoreDefaultArgs=['--enable-automation'], args=['--window-size=800,600']) js ์ฌ์ฉํ๊ธฐ await page.evaluate('(el) => el.value = ""', elem) await page.evaluate('(el) => el.click()', btn[0]) .getProperty๋ก ์๋ ๋ evaluate ์ด์ฉํด์ .getAttribute ์ฌ์ฉ li_elements = await page.querySelectorAll('.thmb') for ind, li in enumerate(li_element.. [Python] ํฌ๋กค๋ง Bookmarks https://pythondocs.net/selenium/%EC%85%80%EB%A0%88%EB%8B%88%EC%9B%80-%ED%81%AC%EB%A1%A4%EB%9F%AC-%EA%B8%B0%EB%B3%B8-%EC%82%AC%EC%9A%A9%EB%B2%95/ ์ ๋ ๋์ ํฌ๋กค๋ฌ ๊ธฐ๋ณธ ์ฌ์ฉ๋ฒ - ๋ปฅ๋ซ๋ฆฌ๋ ํ์ด์ฌ ์ฝ๋ ๋ชจ์ ์ ๋ ๋์ ์ ๋ฐ์ ๊ดํ์ฌ ๊ฐ๋ตํ๊ฒ ์ ๋ฆฌํ๋ค. ์ด ๋ฌธ์๋ ์ ๋ ๋์ ๋ฒ์ 3 ๊ธฐ์ค์ด๋ค. ์ต๊ทผ 4๋ฒ์ ์ด ์ถ์๋์์ผ๋ ์ฌ์ฉ๋ฐฉ๋ฒ์ด ์ฝ๊ฐ ๋ค๋ฅด๋ ์ด ๋ถ๋ถ์ ํ์ธํ๊ธธ ๋ฐ๋๋ค. ์ฌ์ฉ ๋ฐฉ๋ฒ์ด๋ ์์๋ ๋ฐ๋ก pythondocs.net https://sjwiq200.tistory.com/11 [PYTHON] Selenium ์์ ํค๋ User-Agent ๊ฐ ์์ ํ๊ธฐ ์๋ ํ์ธ์!! ์ค๋์ Python๊ณผ Seleni.. ์ด์ 1 2 3 4 5 ยทยทยท 10 ๋ค์ ํฐ์คํ ๋ฆฌํด๋ฐ Developer๐ค๊ตฌ๋ ํ๊ธฐ