Making a MiniVSCode (with tkinter and python) - #0 - Creating the base - by myCODEnotein

Опубликовано: 27 Март 2026
на канале: Vikas Maur :)
188
4

Creating a MiniVSCode With tkinter and python

So , Is it even possible to create advanced projects with tkinter and python.
Well , if I say I can make a MiniVSCode with it then what is your opinion.

If you want to learn more then this video is for you only.
👍👍(●'◡'●)

#0 - Creating the base

For this video series you must know about:
1. Python
2. Object Oriented Programming

First of all I will start will explanation about what is tkinter.
If you don't need the explanation and want to directly skip
to the coding section of the video , you can directly skip to: 4:26

Firstly the two types of user interfaces are explained
that are command line interface
and graphical user interface.
Tkinter is a built in module in python which can be
used to create GUIs in a very easy way.
Then a small little talk about tk class in tkinter
, widgets in tkinter and pack/grid methods in tkinter
takes place.

After all that the coding part begins,which starts by importing tkinter
and ends up by creating a window and inserting basic sidebar
and textarea in it.

Thanks for watching the video.

Timestamps ###
00:00 - Introduction
00:15 - Pre - Requisites
00:53 - Types Of Interfaces Explained
01:17 - Tk Class Of Tkinter
01:59 - Understanding Widgets
03:50 - Pack and grid explained
04:26 - Coding Begins
07:00 - Running The Code For First Time
07:45 - Creating The Sidebar Class
09:18 - Creating The TextArea Class
09:33 - Importing Both Classes
09:50 - Creating The Instances Of Both The Classes
12:05 - Output Of The Code Written So Far

To know more about tkinter you can visit
https://mycodenotein.netlify.app/src/...

#MakingAVSCODE
#myCODEnotein
#vscode