KZ
bin
Негізгі бет
Қазірдің өзінде танымал
Тікелей эфир
Ұнаған бейнелер
Қайтадан қараңыз
Жазылымдар
Кіру
Тіркелу
Ең жақсы KZbin
Фильм және анимация
Автокөліктер мен көлік құралдары
Музыка
Үй жануарлары мен аңдар
Спорт
Ойындар
Комедия
Ойын-сауық
Тәжірибелік нұсқаулар және стиль
Ғылым және технология
Tic Tac Toe game Tkinter Python using Visual Studio Code with source code
20:29
How to Set up VS Code for Data Science & AI
22:53
MAGIC TIME @Whoispelagheya
00:28
龟兔赛跑:好可爱的小乌龟#short #angel #clown
01:00
Puff’s guide on handling weekend calls from the boss! #BossBoundary #WeekendWarrior #thatlittlepuff
00:24
Это было очень близко...
00:10
Screen recorder windows 11 Python Visual Studio Code
Рет қаралды 1,149
Facebook
Twitter
Жүктеу
1
Жазылу 6 М.
Salow Studios
Күн бұрын
Пікірлер: 6
@SalowStudios
Жыл бұрын
from cgitb import text from tkinter import * import os from screen_recorder_sdk import screen_recorder def start_recording(): screen_recorder.enable_dev_log() params = screen_recorder.RecorderParams() screen_recorder.init_resources(params) screen_recorder.start_video_recording(os.path.join("video.mp4"),30,8000000,True) record_btn["state"] = "disabled" stop_btn["state"] = "normal" def stop_recording(): screen_recorder.stop_video_recording() screen_recorder.free_resources() record_btn["state"] = "normal" stop_btn["state"] = "disabled" def open_folder(): path = os.path.realpath(os.getcwd()) os.startfile(path) main = Tk() main.title("Screen Recorder Application") app_label = Label(main,text="Screen Recorder Application", font=("arial",26,"bold"),padx=16,pady=16) app_label.grid(columnspan=3) photo = PhotoImage(file=os.path.join("record.png")) photo_image = photo.subsample(8,8) record_btn = Button(main,image=photo_image,command=start_recording) record_btn.grid(row=1,column=0,pady=16) photo = PhotoImage(file=os.path.join("stop-button.png")) photo_image_stop = photo.subsample(8,8) stop_btn = Button(main,image=photo_image_stop,command=stop_recording) stop_btn.grid(row=1,column=1,pady=16) photo = PhotoImage(file=os.path.join("folder.png")) photo_image_folder = photo.subsample(8,8) folder_btn = Button(main,image=photo_image_folder,command=open_folder) folder_btn.grid(row=1,column=2,pady=16) stop_btn["state"] = "disabled" main.mainloop()
@EmSec
2 жыл бұрын
great
@SalowStudios
2 жыл бұрын
Thank you!
@valeriodapit5362
Жыл бұрын
Can you write the code in chat?
@SalowStudios
Жыл бұрын
Sure, I have pinned it in the first comment.
@valeriodapit5362
Жыл бұрын
@@SalowStudios thanks
20:29
Tic Tac Toe game Tkinter Python using Visual Studio Code with source code
Salow Studios
Рет қаралды 4,8 М.
22:53
How to Set up VS Code for Data Science & AI
Dave Ebbelaar
Рет қаралды 321 М.
00:28
MAGIC TIME @Whoispelagheya
MasomkaMagic
Рет қаралды 36 МЛН
01:00
龟兔赛跑:好可爱的小乌龟#short #angel #clown
Super Beauty team
Рет қаралды 112 МЛН
00:24
Puff’s guide on handling weekend calls from the boss! #BossBoundary #WeekendWarrior #thatlittlepuff
That Little Puff
Рет қаралды 35 МЛН
00:10
Это было очень близко...
Аришнев
Рет қаралды 7 МЛН
9:16
Apple, Stop Putting Things On the Bottom Please
TechLinked
Рет қаралды 530 М.
11:57
How to create coding tutorials [or at least how I make them]
Clear Code
Рет қаралды 123 М.
20:33
How To Build Feature Flags Like A Senior Dev In 20 Minutes
Web Dev Simplified
Рет қаралды 63 М.
1:08:48
OpenTelemetry Course - Understand Software Performance
freeCodeCamp.org
Рет қаралды 251 М.
12:42
Building a Simple Calculator in Python using Visual Studio Code #python #coding
Salow Studios
Рет қаралды 2,6 М.
1:04:33
FastAPI Course for Beginners
freeCodeCamp.org
Рет қаралды 339 М.
14:13
Inspect Variables Like a Pro in Visual Studio Debugger
Microsoft Visual Studio
Рет қаралды 16 М.
52:51
Create Your Own Chess Game with Python and Pygame: Step-by-Step Tutorial!
Salow Studios
Рет қаралды 1 М.
15:37
How to Build a Simple Calculator in Python - Step by Step 1
Kindson The Tech Pro
Рет қаралды 384 М.
1:14:03
How to Do 90% of What Plugins Do (With Just Vim)
thoughtbot
Рет қаралды 903 М.
00:28
MAGIC TIME @Whoispelagheya
MasomkaMagic
Рет қаралды 36 МЛН