728x90
반응형
- [ 언어·프레임워크/Python ][Python] pyqt5-tools 설치 에러2022-09-30 18:01:09PyQt5 설치 후 디자이너 사용을 위해 pyqt5-tools를 설치하려고 하였다. pip install pyqt5-tools PS C:\Users\rian\Documents\GitHub\rian-workspace\python-carmera-app> python -m pip install pyqt5-tools --user Collecting pyqt5-tools Using cached pyqt5_tools-5.15.4.3.2-py3-none-any.whl (29 kB) Collecting pyqt5==5.15.4 Using cached PyQt5-5.15.4.tar.gz (3.3 MB) Installing build dependencies ... done Getting requirements to bui..
- [ 언어·프레임워크/Python ][Python] dbm to xlsx 어플리케이션 만들기2021-12-01 12:00:34제작 동기 Microsoft Access의 dbm에서 원하는 기간에 해당하는 row를 xlsx파일로 내보내는 [그림1]과 같은 어플리케이션을 만들어 보았다. 그동안 생산 작업일보를 Access로 관리하고 있었고, Access의 보고서 기능을 이용해 부장님께 일일 생산보고를 진행해 왔었다. 어느날 부장님께서는 직접 데이터를 다루기 원하셨다. 하지만 Excel에 익숙하신 부장님은 Access를 불편해 하셨다. 그래서 dbm to xlsx 어플리케이션을 만들게 되었다. 작성 코드 사용된 주요 Python 라이브러리는 PyQt5, pandas, pyodbc 이다. import sys from PyQt5.QtWidgets import * from PyQt5.QtCore import * from PyQt5 impo..
728x90
반응형