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 |
Tags
- window
- 웹뷰
- appstore
- SwiftUI
- Xcode
- view
- Notification
- darkmode
- Archive
- github
- 이미지
- 한글
- mac
- rxswift
- Realm
- Session
- JPA
- Apple
- geofencing
- Git
- IOS
- error
- Code
- Firebase
- iOS16
- MacOS
- 개발자
- UIButton
- FLUTTER
- Swift
Archives
- Today
- Total
EEYatHo 앱 깎는 이야기
Python ) 입력받기 본문
반응형
터미널로 입력받기
string = input("입력하세요 >> ")
pyautogui 라이브러리로 입력받기
import pyautogui
string = pyautogui.prompt("입력하세요 >> ")
'Server > Python' 카테고리의 다른 글
Python ) 엑셀 ( CSV, xlsx ) (0) | 2023.03.15 |
---|---|
Python ) 기본문법 (0) | 2023.03.15 |
Comments