Skip to content

<파이썬 프로그래밍>수업에서 학습한 tkinter등을 활용하여 스터디카페 키오스크 제작하기

License

Notifications You must be signed in to change notification settings

YUNSUNGWOONG/PythonProgramming-TermProject

Repository files navigation

Knu_Studycafe

python의 tkinter라이브러리를 활용하여 만든 스터디카페 키오스크입니다.

Getting Started

.vscode/launch.json을 보시면 entry.py로 애플리케이션을 실행하실 수 있습니다.

Prerequisites(전제조건)

가상환경 구축후 pip를 업데이트 및 라이브러리 설치

필요한 라이브러리

  • tk(tkinter)
  • datetime
pip install virtualenv
virtualenv env
activate
pip install --upgrade pip setuptools
pip install tk
pip install datetime

Version

python3.9.12

Authors

  • YUNSUNGWOONG(JackSmith) - Kun_StudyCafe_Kiosk - YUNSUNGWOONG

About

<파이썬 프로그래밍>수업에서 학습한 tkinter등을 활용하여 스터디카페 키오스크 제작하기

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages