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
- 라즈베리파이
- 날짜
- 다이어트
- GIT
- urllib
- tensorflow
- ubuntu
- sqlite
- PER
- Excel
- javascript
- ASP
- mssql
- PyQt5
- flutter
- PyQt
- 유니티
- Unity
- IOS
- pandas
- MS-SQL
- 맛집
- port
- 리눅스
- 함수
- swift
- python
- Linux
- MySQL
- node.js
Archives
목록2018/12/04 (1)
아미(아름다운미소)
python PyQt5 현재시간 출력
python PyQt5 현재시간 #-*- coding: utf-8 -*- ''' Created on 2018. 12. 3. @author: bhm ''' from PyQt5.QtCore import QTime current_time = QTime.currentTime() text_time = current_time.toString("hh:mm:ss") time_msg = "현재시간: " + text_time print(time_msg) 현재시간: 13:14:46
랭귀지/python
2018. 12. 4. 13:18