Тёмный

Python Calculator with GUI using Tkinter in Visual Studio Code 

Salow Studios
Подписаться 6 тыс.
Просмотров 9 тыс.
50% 1

Опубликовано:

 

4 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 22   
@Ahmedhosney-i4z
@Ahmedhosney-i4z Месяц назад
The video is amazing Greetings from Egypt keep up
@SalowStudios
@SalowStudios Месяц назад
Thank you so much for your kind words! 🙏 Greetings to you from Singapore! 🌍 I'm thrilled to hear you enjoyed the video. Stay tuned for more exciting content, and happy coding! 🚀✨
@malaya10272
@malaya10272 4 месяца назад
brilliant presentation video. just what I've been looking for about python programming. thank you
@SalowStudios
@SalowStudios 4 месяца назад
Glad it was helpful!
@RaahimRao
@RaahimRao 8 дней назад
best easy code thank you
@SalowStudios
@SalowStudios 7 дней назад
Thank you! I’m glad you found the code easy to follow. 😊 If you have any questions or need further help, feel free to ask!
@DanyBEAN
@DanyBEAN Год назад
Thanks for this amazing video. Greetings from Colombia
@SalowStudios
@SalowStudios 4 месяца назад
Thank you! Greeting to you too!
@EmSec
@EmSec 2 года назад
Thanks for making python videos,keep up 👏🏻🙏🏻
@SalowStudios
@SalowStudios 2 года назад
Glad you like them! 😊
@siinusin7133
@siinusin7133 Месяц назад
thank you so much ...
@SalowStudios
@SalowStudios Месяц назад
You're very welcome! I'm glad you found the tutorial helpful. If you have any more questions or need further assistance, feel free to ask. Happy coding!
@Goldenkachi
@Goldenkachi 2 года назад
Thanks allot god bless this really helped me,please can u make a video on the list of things that can be done with tkinter...thanks
@SalowStudios
@SalowStudios 2 года назад
Welcome! Sure I will do a new series on the tkinter tutorial!
@user-WernerF
@user-WernerF 4 месяца назад
I have added a small error handler so that the "=" key does not cause a crash when the display field is empty def buttonClick(number): global operator # operator = operator + str(number) operator += str(number) input_value.set(operator) def button_Clear(): global operator operator = "" input_value.set("") def buttonEqual(): global operator try: result = str(eval(operator)) input_value.set(result) except (SyntaxError, ZeroDivisionError): input_value.set("Error") finally: operator = "" main = Tk() Gemini has helped me 🙂
@SalowStudios
@SalowStudios 4 месяца назад
Thank you! I will try to add the error handling in the source code and publish in GitHub 🙂
@anathapindikaputrateguh8799
@anathapindikaputrateguh8799 2 года назад
the multiply and divide function is not working for me? btw thanks for the great tutorial, really appreciate it
@SalowStudios
@SalowStudios 2 года назад
Thank you so much 🙂. Can you check the source code in GitHub I tried it worked for me github.com/Salow-Studios/Python-Calculator-with-GUI-using-Tkinter
@yahiaamra2495
@yahiaamra2495 2 года назад
Sorry to bother you but ive been trying to use github I made a new repository linked it to vsc but it wont let me code it in python do you no how I can fix this?
@SalowStudios
@SalowStudios 2 года назад
No problem, I am happy to help. Github is a Version Control System which helps to save our code in cloud by creating tags and branches thus we can go back to previous version if our current version has problems. If I am right you have created a new repo in Github and cloned in you local disk and have opened in your VSC. Have you tried creating a file with .py?
@Ashut0sh4u
@Ashut0sh4u Год назад
Mam could you help us (paid basis) to form a small GUI for a python script for a company program
@SalowStudios
@SalowStudios Год назад
Hi Sure! Can you ping us in Instagram @salow_studios
Далее
Python calculator app 🖩
15:08
Просмотров 76 тыс.
НЕ БУДИТЕ КОТЯТ#cat
00:21
Просмотров 944 тыс.
ASMR Programming - Calculator App Coding - No Talking
34:06
Tkinter Beginner Course - Python GUI Development
38:59
Просмотров 536 тыс.
Hack your brain with Obsidian.md
11:53
Просмотров 1,9 млн
Simple GUI Calculator in Python
22:51
Просмотров 274 тыс.