사용하는 프로그램 기록.

 ## 기본 프로그램.

* 텍스트 편집 - https://notepad-plus-plus.org/
* 동영상 플레이어 - https://tv.kakao.com/guide/potplayer
* 음악 플레이어 - https://www.foobar2000.org/
* pdf유틸 - https://pdfsam.org/
* Microsoft.PowerToys
* 윈도우11 태스크바 - https://github.com/valinet/ExplorerPatcher

* 포터블 런처 - https://portableapps.com/

* 웹캠, 스크린 레코더 - https://obsproject.com/
* 사진 편집 luminar4 - https://skylum.com/ko/luminar
* 동영상 편집 - https://kdenlive.org/en/

* 부팅 디스크 - https://rufus.ie/ko/

## 프로그래밍.

* 프로그래밍 - https://code.visualstudio.com/
* 윈도우 프로그래밍 - https://visualstudio.microsoft.com/ko/
* 안드로이드 프로그래밍 - https://developer.android.com/studio
* 멀티 플랫폼 - https://flutter-ko.dev/
* SQLite 뷰어(파일하나) - https://www.yunqa.de/delphi/apps/sqlitespy/index
* 순서도, 도표 작성 - https://github.com/jgraph/drawio

* winget 프로그램 설치.

```
-- 설치된 프로그램 모두 업그레이드.
winget upgrade --all

-- BAT
winget install --id=Notepad++.Notepad++ -e  && winget install --id=7zip.7zip -e  && winget install --id=Bandisoft.Honeyview -e  && winget install --id=Daum.PotPlayer -e  && winget install --id=Microsoft.VisualStudioCode -e  && winget install --id=Google.AndroidStudio -e  && winget install --id=Git.Git -e  && winget install --id=Google.Drive -e  && winget install python

-- PowerShell
winget install --id=Notepad++.Notepad++ -e  ; winget install --id=7zip.7zip -e  ; winget install --id=Bandisoft.Honeyview -e  ; winget install --id=Daum.PotPlayer -e  ; winget install --id=Microsoft.VisualStudioCode -e  ; winget install --id=Google.AndroidStudio -e  ; winget install --id=Git.Git -e  ; winget install --id=Google.Drive -e  ; winget install python

```


댓글

이 블로그의 인기 게시물

파이썬 vscode에서 자동 코드 정렬. Formatter.

Unity3D git 저장소에 올릴때 필요없는 파일 제외하기. gitignore

플러터(flutter) 개발 참고 사이트들.