본문 바로가기

파이썬이 제일 쉬워

검색하기
파이썬이 제일 쉬워
프로필사진 HighBright

  • 분류 전체보기 (12)
    • Python (12)
Guestbook
Notice
«   2025/05   »
일 월 화 수 목 금 토
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
  • customtkinter
  • 셀레니움
  • 재생목록
  • Tkinter
  • 음원추출
  • aes 복호화
  • textvariable
  • pycrypto
  • 파이썬
  • typingworks
  • 랜섬웨어
  • classcard
  • 티스토리챌린지
  • 클래스카드 매크로
  • Python GUI
  • GUI
  • classcard 매칭게임
  • AES
  • 타이핑웍스
  • 자동화
  • pytube
  • Selenium
  • Tkinter Label
  • 클래스카드
  • justify
  • 오블완
  • 모의 랜섬웨어
  • python 예제
  • Python
  • aes 암호화
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록justify (1)

파이썬이 제일 쉬워

[Python/Customtkinter] 너무나도 쉬운 Customtkinter Label(CTkLabel) 부셔먹기

지난번에 이어 이번엔 Customtkinter의 위젯들을 하나씩 살펴봅시다.첫째로는 가장 기본이 되는 Label에 대해 알아볼겁니다. 목차textvariableanchorcompoundjustify.bind()  가장 기본적인 형태는    import customtkinter  customtkinter.set_appearance_mode("dark") customtkinter.set_default_color_theme("dark-blue") app = customtkinter.CTk() app.geometry("500x500") app.title("라벨")  label = customtkinter.CTkLabel(master=app, text="이건 라벨입니다.") label.grid(row=0, col..

Python 2024. 6. 12. 19:42
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바