본문 바로가기

프로그래밍(2024) 2학년 상암고

깃허브 오픈소스를 활용한 나만의 파이썬 게임 만들기(thonny IDE)

1. thonny 설치

 - 무료로 Thonny 설치 : 금방 됨. 

https://thonny.org/

 

Thonny, Python IDE for beginners

Thonny 4 is dedicated to Ukraine fighting the Russian invasion. 🇺🇦 Please support Ukraine! 🇺🇦 Download version 4.1.4 for  •   •  Thonny Python IDE for beginners Features Easy to get started. Thonny comes with Python 3.10 built in, so ju

thonny.org

 

 

2. 써니 기본 코드 작성해 보기

 - 기본 코드 작성하고 컨트롤 + s 눌러서 파일 저장해 보자

- 바탕화면에 test 라는 폴더 만들고 테스트코드 라고 저장해보자.

 

바탕화면에 있는 test 폴더에 저장한다. 

 

메뉴 - 보기 - 파일 선택

 

파일에서 현재 코드 위치 확인

 

 

실제 바탕화면에 있는 파일 찾아가서 메모장으로 코드 열어보기

 

 

 

 

 

 

3. 깃허브 오픈소스 받아오기

https://github.com/

 

GitHub: Let’s build from here

GitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea...

github.com