본문 바로가기

앱 개발노트17

python 파이썬 코드를 윈도우에서 주기적으로 실행하는 법 datatofish.com/python-script-windows-scheduler/ How to Schedule Python Script using Windows Scheduler - Data to Fish In this tutorial, I’ll show you the steps to schedule a Python script using Windows Scheduler. This type of exercise is especially useful when you want to run a Python script at prescribed times. To show you how the process works, I’ll use a simple exa datatofish.com 바쁘니까 링크만 2021. 2. 28.
python 유튜브 API를 이용하여 영상 업로드하기 learndataanalysis.org/how-to-upload-a-video-to-youtube-using-youtube-data-api-in-python/ How to upload a video to YouTube using YouTube Data API in Python - Learn Data Analysis In this tutorial, we are going to learn how to upload a video to YouTube using YouTube Data API in Python. learndataanalysis.org 위 블로그의 설명대로 구현은 가능하나 2020년 7월 부터 api를 통한 업로드는 모두 비공개로 전환된다고 구글에서 공지되어있습니다. 참고하시면 좋겠습니다. 2021. 2. 24.
Material Design Floating Button for iOS with Swift Hello, this is a self-taught 100 app-making channel. This channel supports those who do not know the coding and beginners. This video aims to create an app by combining each element you need. I recommend you to study around the parts where you have questions after copying this video. Now let's use Google Material Design to create Floating Button for iOS with Swift. First Paste: Installing Floati.. 2020. 12. 7.
붙여넣기 Swift 강의 - iOS를 위한 Floating Button Ctrl+C, V로 만들기 안녕하세요. 독학으로 100개 앱만들기 채널입니다. 본 채널은 코딩을 알지 못하는 사람과 초심자들을 응원합니다. 본 영상은 자신에게 필요한 각 요소들을 조합해서 앱을 만드는 방법을 지향합니다. 본 영상을 따라해본 뒤에 의문이 생기는 부분을 중심으로 공부하는 것을 추천해드립니다. 그럼 지금부터 Google Material Design을 이용하여 iOS를 위한 Floating Button을 Swift를 가지고 만들어 보겠습니다. 1/5 첫번째 붙여넣기 : Floating Button을 앱 내부에 Pod파일로 설치 Xcode에서 새로운 프로젝트를 만듭니다. Terminal을 실행합니다. Terminal에서 새로운 프로젝트 폴더에 접근합니다. Pod init을 입력하여 Pod file을 만들어줍니다. 폴더에서 .. 2020. 12. 5.