Intermediate Python Tutorial - Creating a Text Editor App

preview_player
Показать описание
Today, I'll be walking you through a mini-python project, where we will create a text editor. This simple, beginner friendly course will show you the basics and introduce you to a graphics library that's built into python called tkinter.

⭐️ Timestamps ⭐️
00:00 | Project Overview
01:05 | Project Walkthrough

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

⭐️ Tags ⭐️
- Tech With Tim
- Python Development
- Coding

⭐️ Hashtags ⭐️
#techwithtim #developer #python #howtolearncoding
Рекомендации по теме
Комментарии
Автор

your videos are the best on YouTube you don't just say what to do, you actually explain everything and understand what your working with i really appreciate the content.

juliancottman
Автор

This is awesome! I plan to incorporate a text editor into my game engine, and this is a great logic guide!
I'll probably use OpenGL or Qt instead of TKinter, and write it in C++, but this is a great start!

rmt
Автор

For anyone wondering, to use bold, underline and highlight you need to use text tags and specify the area you want to alter the fonts 😊

Stinosko
Автор

it's so crazy, I literally was looking into a project like this, like yesterday, I was using chat GPT to step through some of the reasoning but it makes me feel like I'm in the truman show fr

jordanolson
Автор

Very carefully designed and clear presentation!

thebuggser
Автор

How to distribute this app to anyone who does not have python installed? When compiled to.exe the file gets detected as malware and no-one can open it.

Furniez
Автор

I always wondered how one of these things was put together. Very interesting and well explained.

softwhere
Автор

Very unique project, would definitely stand out from others.

garrettsmith
Автор

such good video is nearly impossible to make. great job tim. love your vids😁

CODE_CRAFTING_HUB
Автор

Is it possible to set styles of individual parts of the text? I'm thinking syntax highlighting.

cawsha
Автор

i thought about making a text editor before and me before using my tiny brain thing that i need to use pygame that only does graphic for me and i need to create a whole new text system, i can't belive that i never thought of use tkinter. anyway nice video i liked it and i did the project.

alpixfere
Автор

Hi, Tim. Can I do this in kivy? Then, compile as apk for mobile phone? Thank you.

ronelabillon
Автор

Very topical. I am working on a similar project but with csv files and using tkinter. Nice vid

zccomedyclips
Автор

Great mini project man, love from India 🇮🇳.

dmqeuiw
Автор

Hello Tim! It's been a while that I'd checked your channel. I should say you aged a bit and turned into a young handsome man. Keep up the good work buddy!

RameenFallschirmjager
Автор

Great demo - Thanks Tim and Happy NY !

paulthomas
Автор

it is just what I need ! tks so much, Tim !

xujason
Автор

Would be interesting to see a video on the PySimpleGUI module, which is pretty awesome and is easier to lean than tkinter imo

HulaHoopzz
Автор

always fun and interesting to see your videos! Thanks for the content!

peeeters
Автор

I am having a problem. When i do the save button like i did the open button with the lamda stuff and everything like as you showed. and how its very similar to the open button. How is it that the Open button is working correctly, but I try to use the save button and i keep getting this error? "TypeError: save_file() takes 0 positional arguments but 2 were given". I mean I even used lambda like I did with the open button because I know you said you needed it to be able to do that. But why does the save one come up with this and the open one doesn't?

softwhere