본문 바로가기

Study(매일매일한걸음씩)/Python15

Mini -Project #1 3자리 숫자 야구 게임 (Ver 1.0) python 숫자 야구 게임 python 인터넷이나 여러 블로그에서 기본은 거의 다 봤으나 project를 해보지 않고는 발전이 없어서 시작함 또는 그담에 뭐하지 고민하다가 쉽게 할 수 있는 프로젝트 하나씩 하기로 함(간단한 프로젝트 일주일에 하나씩) 처음이라 1시간이상 걸림 ㅠㅠ https://github.com/carcase2/Pyphon_Project_1 GitHub - carcase2/Pyphon_Project_1: 3자리 숫자 야구 게임임 3자리 숫자 야구 게임임. Contribute to carcase2/Pyphon_Project_1 development by creating an account on GitHub. github.com 계속 업데이트 할 예정 처음에 파이썬 아무것도 모르는 상태에.. 2023. 1. 6.
PySide6(GUI 환경 python) 이란 https://pypi.org/project/PySide6/ PySide6 Python bindings for the Qt cross-platform application and UI framework pypi.org 홈페이지에는 python에서 공식적으로 지원하는 모듈이라고 한다. PySide6 is the official Python module from the Qt for Python project, which provides access to the complete Qt 6.0+ framework. 그외 pyqt도 있지만 공식적으로 지원하니 이것을 사용하겠음 사실 hitomi downloader는 pyqt를 이용하는것 같아서 고민했었음 2022. 12. 9.
Python Pyside6 교육 자료 homepage https://www.pythonguis.com/tutorials/pyside6-first-steps-qt-designer/ Create your first PySide app in Qt Designer Use Qt Designer's drag and drop interface to design your GUI. So far we have been creating apps using Python code. www.pythonguis.com 2022. 12. 9.