Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 함수
- ubuntu
- 리눅스
- python
- PER
- Unity
- MySQL
- ASP
- IOS
- 날짜
- tensorflow
- port
- node.js
- MS-SQL
- Excel
- 라즈베리파이
- GIT
- sqlite
- 맛집
- swift
- mssql
- flutter
- 유니티
- urllib
- Linux
- PyQt5
- pandas
- javascript
- PyQt
- 다이어트
Archives
아미(아름다운미소)
[python] subprocess 모듈을 이용한 명령어 실행 본문
subprocess 모듈을 이용한 명령어 실행
#-*- coding: utf-8 -*- import subprocess subprocess.Popen('.\folder\program.exe')
'랭귀지 > python' 카테고리의 다른 글
이클립스 실행 오류, 로딩 화면이 깜빡하고 사라지면서 실행이 안되는 현상 (0) | 2018.12.03 |
---|---|
[pyqt5]stylesheet를 사용하지 않고 색상을 변경 (0) | 2018.12.02 |
PyQt5 메뉴바(QAction 사용) (0) | 2018.11.30 |
python 문자열에서 숫자만 제거 (0) | 2018.11.27 |
Python PyQt5 combobox 예제 (0) | 2018.11.26 |
Comments