반응형

[python] 파이썬으로 만드는 나만의 GUI 프로그램https://wikidocs.net/book/2165

 

PyQt5 Tutorial - 파이썬으로 만드는 나만의 GUI 프로그램

## 소개 - 한국어로 되어있는 PyQt5 자료가 많지 않아서 아래의 여러 튜토리얼과 강의의 예제를 정리하며 시작했습니다. - **PyQt5의 설치**부터 시작해서, **…

wikidocs.net

 

순서

01. 소개 (Introduction) - Python과 PyQt5에 대해 간략하게 설명합니다.





02. 설치 (Installation) - 개발 환경 구성을 위해 파이참과 아나콘다를 설치합니다.




03. 기초 (Basics) - GUI 프로그램의 기본 기능에 대해 알아봅니다.




04. 레이아웃 (Layout) - 구성 요소를 배치하는 방법에 대해 알아봅니다.




05. 위젯 (Widget) - 유용하게 사용할 수 있는 다양한 위젯들을 알아봅니다.




06. 다이얼로그 (Dialog) - 사용자가 프로그램과 상호작용하는 방식에 대해 알아봅니다.




07. 시그널과 슬롯 (Signal & Slot) - PyQt5에서의 이벤트 처리에 대해 알아봅니다.




08. 그림 그리기 (Painting) - PyQt5의 다양한 그림 그리기 기능을 활용합니다.




09. 실행파일 만들기 (PyInstaller) - 작성한 프로그램을 실행파일로 만들어봅니다.







참고한 튜토리얼과 강의

  1. PyQt5 공식 문서 (http://pyqt.sourceforge.net/Docs/PyQt5/)
  2. pythonspot (https://pythonspot.com/gui/)
  3. zetcode (http://zetcode.com/gui/pyqt5/)
  4. opentutorials.org (https://opentutorials.org/module/544)
  5. tutorialspoint (https://www.tutorialspoint.com/pyqt/)
  6. udemy 강의1: Python Desktop Application Development with PyQt
  7. udemy 강의2: Create Simple GUI Applications with Python and Qt
반응형
반응형
[마소연재] 모바일 및 데스트톱PC 를 위한 가볍고 빠른 GUI 툴킷 EFL

 

1회 : 2012.07 | GUI toolkit EFL 알아보기

2회 : 2012.08 | 간단한 EFL application 개발

3회 : 2012.09 | 스크립트를 이용한 GUI 구현

4회 : 2012.10 | EFL 핵심 기능 알아보기

5회 : 2012.11 | Enlightenment 윈도우 매니저 활용

 

반응형
반응형

An open-source GUI prototyping tool that's available for ALL platforms.

Pencil is built for the purpose of providing a free and open-source GUI prototyping tool that people can easily install and use to create mockups in popular desktop platforms.

The latest stable version of Pencil is 2.0.3 with many enhancements and bug-fixes.

Project News

November 28th, 2012 - Pencil version 2.0.3 has been released with minor enhancements and bug fixes.

 

Standalone version for your own operating system

Different builds of Pencils are made for popular operating systems. Please select the build on the right side and start installing Pencil.

Please note that Pencil is also available in the software repositories of Fedora and ArchLinux. Users of these GNU/Linux distros can install Pencil using the built-in package manager. Packages delivered via these repositories may be a little bit out dated in comparison with the latest builds available here.

Fedora Linux (16, 17, 18) users:
# yum install pencil

ArchLinux users:
# yaourt -S pencil

Firefox Extension

Pencil is built on top of Mozilla technologies and can be installed into your Firefox as an extension.

반응형

+ Recent posts