I use Drag and Drop to build modern Python Apps

  Рет қаралды 33,817

Softlinks

Softlinks

Күн бұрын

Discover the power of Tkinter Designer and Figma in this tutorial video! Learn how to effortlessly create stunning GUI applications without writing a single line of code. Follow along as we explore the seamless integration of design and functionality, turning your design dreams into reality. From downloading Tkinter Designer to customizing elements in Figma, and finally, generating Python code, this video covers it all. Join us on this journey to unlock the full potential of GUI application development. Watch now and revolutionize your workflow!
Useful Links
🔷 Tkinter Designer: github.com/ParthJadhav/Tkinte...
🔷 PyPi: pypi.org/project/tkdesigner/
🔷 Element Formatting Docs: github.com/ParthJadhav/Tkinte...
00:00 Introduction to Tkinter Designer
01:00 Downloading and setting up Tkinter Designer
02:24 Installing Tkinter Designer Dependencies
04:00 Designing GUI App with Tkinter Designer
11:15 Convert Figma Design to Python Code using Tkinter Designer
13:30 Conclusion
Follow Me on:
📹 KZbin: / softlinks
📝 LinkedIn: / hassan-shoayb
📱 Twitter: / hassan_shoayb
📸 Instagram: / hassan_shoayb
✨ HashTags ✨
#python #tkinter #tkinterDesigner #gui

Пікірлер: 50
@ebenezervictor7297
@ebenezervictor7297 Күн бұрын
You're an excellent teacher.
@Softlinks
@Softlinks 10 сағат бұрын
Wow, thank you so much 😊
@terlumunjoseph6779
@terlumunjoseph6779 2 ай бұрын
lovely tutorials thanks
@Softlinks
@Softlinks 2 ай бұрын
Thanks for watching!
@vivac4893
@vivac4893 Ай бұрын
so useful , thank you.
@Softlinks
@Softlinks Ай бұрын
Thanks for watching
@nelsonbeneche2372
@nelsonbeneche2372 Ай бұрын
I really appreciated this video, it will help me a lot in my work, because I used tkinter from python a lot.. thank you!!!!!!!!!!!!!
@Softlinks
@Softlinks Ай бұрын
Glad it helped!…Thanks for watching
@SabbirHMukul
@SabbirHMukul Ай бұрын
love you guys
@Softlinks
@Softlinks Ай бұрын
Thanks for watching
@aarshayan-mg5fr
@aarshayan-mg5fr Ай бұрын
Send by God indeed, best tutorial ever.
@Softlinks
@Softlinks Ай бұрын
Glad it was helpful!…Thanks for watching
@bettsold
@bettsold Ай бұрын
useful thanks, hello from kazakhstan
@Softlinks
@Softlinks Ай бұрын
Thanks for watching from Kazakhstan…stay tuned for more…
@christyaghjian115
@christyaghjian115 Ай бұрын
thank you for this good tutorial
@Softlinks
@Softlinks Ай бұрын
Glad it was helpful!…You’re most welcomed ☺️
@CITY_SPECTER
@CITY_SPECTER Ай бұрын
You were sent by God bro... thank you !!!!
@Softlinks
@Softlinks Ай бұрын
Glad I could help…Thanks for watching
@dreaddy_bear
@dreaddy_bear 19 сағат бұрын
Thank you!
@Softlinks
@Softlinks 10 сағат бұрын
You’re most welcomed
@nkositherojohn
@nkositherojohn 20 сағат бұрын
I was doing exactly what you did. There were lots of errors. It couldn't paste the token id and file url, I had to type them in. Then, the last thing on my output path, the desktop, I waited for build to appear. Even now, I'm still waiting. I don't know if I wasted my time or I don't know. HELP me!!!!
@tinashempr
@tinashempr Ай бұрын
Thank you so much man, I was really not looking forward to having to design the whole program using my limited knowledge on tinker.
@Softlinks
@Softlinks Ай бұрын
Glad I could help!..Thanks for watching
@Youforlia
@Youforlia Ай бұрын
Hi! Great video, question tho, aren't you supposed to group the buttons above for google and facebook signup and name the group 'Button'?
@Softlinks
@Softlinks Ай бұрын
Yes correct, I did that for demonstration purpose just to get rid of the white rectangles at the edge of buttons that Tkinter tends to add. Incase you want resolve that, draw an extra rectangle in the background of your buttons and ensure that the background matches the main background of the app design, and then group as Button.
@FatimaAli-qu1tq
@FatimaAli-qu1tq 12 күн бұрын
I got everything right, but in the final step where i was supposed to run the GUI file, i didn't see how you ran it. can you please explain it? Also, will this make the GUI interactive? I already created my database to store all inputs and data, my question is can I connect my work to the db? and how to do that? THANK YOU so so so much!!! I have been struggling for a few days now to find a way to convert my Figma design into something that Python can understand.
@Softlinks
@Softlinks 12 күн бұрын
Of course! To run the GUI file generated by Tkinter Designer, you would typically open the Python file (usually named something like “GUI.py”) using a Python interpreter or an IDE like VS Code. You can do this by simply double-clicking on the file or by using the command line to navigate to the directory where the file is located and then running it with the Python interpreter. As for making the GUI interactive and connecting it to your database, yes, you can definitely achieve that! Tkinter Designer generates the basic structure of the GUI, but you can further customize it and add functionality as needed. To connect your GUI to a database, you’ll need to use a database library in Python (such as SQLite3, MySQL Connector, or SQLAlchemy) to interact with your database. You can then write functions in your GUI code to handle database operations like inserting, updating, deleting, and querying data.
@parthsharma6244
@parthsharma6244 9 күн бұрын
Can we also make a simple game like gui with moving objects through this method?
@proxy55
@proxy55 Ай бұрын
how to change the Textbox font ??
@Softlinks
@Softlinks Ай бұрын
You can use the fonts button at the right hand side of your figma desktop App. Thanks for watching.
@mostafayousry8493
@mostafayousry8493 Ай бұрын
i get this error: Frame not found in figma file or is empty and im sure all my widgets are in one frame
@Softlinks
@Softlinks Ай бұрын
If you got this error when trying to convert your figma file to python code and you’ve checked your figma widgets are inside a frame, then maybe you should checkout this doc: github.com/ParthJadhav/Tkinter-Designer/issues/341
@24hoursounds88
@24hoursounds88 Ай бұрын
thanks for the video, the gui.py file is not in my build folder, thanks
@Softlinks
@Softlinks Ай бұрын
Thank you for watching! I’m sorry to hear you’re experiencing trouble finding the gui.py file. Did you encounter any errors while converting the Figma design into Python GUI? Understanding the issues you faced could help me troubleshoot the missing gui.py file. Let me know if I can assist further!
@relaxingmuzics
@relaxingmuzics Ай бұрын
very usefuls, but how to add checkbox to confirm TOS
@Softlinks
@Softlinks Ай бұрын
Check boxes will be available soon…otherwise you will need to add it using Tikinter code 🧑‍💻
@ahmedemad8146
@ahmedemad8146 18 күн бұрын
i am in the same directory and it gave me that ther os no such as diirectorydirectory name requirement.txt so where is the problem
@Softlinks
@Softlinks 12 күн бұрын
It seems like there might be a typo or an issue with the directory path. Double-check that you're in the correct directory where the `requirement.txt` file is located. If it's still not working, make sure the file is spelled correctly and try running the command again.
@HamzaAli-pg7ju
@HamzaAli-pg7ju Ай бұрын
But does the facebook and Google rectangle is not button?
@Softlinks
@Softlinks Ай бұрын
Yes correct, I did that for demonstration purpose just to get rid of the white rectangles at the edge of buttons that Tkinter tends to add. Incase you want resolve that, draw an extra rectangle in the background of your buttons and ensure that the background matches the main background of the App design.
@kalyanamvenumadhav2245
@kalyanamvenumadhav2245 Ай бұрын
Tkinter Designer automatically converts to figma design to python code what's the use of converting to python code?
@Softlinks
@Softlinks Ай бұрын
converting Figma designs to Python code using Tkinter Designer streamlines the development workflow, improves accuracy, and enhances collaboration between designers and developers.
@kalyanamvenumadhav2245
@kalyanamvenumadhav2245 Ай бұрын
@@Softlinks can u make a video on ux designing how UI works with UX design and also please do a project on UI/ux designing how python works in backend?
@Softlinks
@Softlinks Ай бұрын
@@kalyanamvenumadhav2245 Thank you for your suggestion! I'll definitely create a video tutorial on UX/UI design and how Python integrates with backend development. Stay tuned for updates on when the video will be released!"
@j00bert
@j00bert Ай бұрын
@@SoftlinksPlease!!
@Rio-by1eh
@Rio-by1eh Ай бұрын
Can’t understand the accent …?
@Softlinks
@Softlinks Ай бұрын
I apologise my accent is difficult to understand, I'll work on improving it for better communication in the future videos.
@FahadAyaz
@FahadAyaz Ай бұрын
Sounds fine to me. @Rio have you tried it with subtitles, if you're having trouble?
@paulgardiner68
@paulgardiner68 Ай бұрын
Listening to more non-native English speakers will improve your English listening skills.
15 Python Libraries You Should Know About
14:54
ArjanCodes
Рет қаралды 346 М.
Что будет с кроссовком?
00:35
Аришнев
Рет қаралды 2,3 МЛН
1 класс vs 11 класс (рисунок)
00:37
БЕРТ
Рет қаралды 4 МЛН
Cute ❤️🤣🍒 #shorts
00:15
Koray Zeynep
Рет қаралды 4,3 МЛН
Why I rewrote Windows from scratch, explained
5:01
Sam H Smith
Рет қаралды 180
How I'm Building Modern Python Apps
8:22
Softlinks
Рет қаралды 2,7 М.
Use a Drag & Drop Editor to Make Tkinter Python GUI Applications!
11:16
Use This AI Code Editor Instead
6:35
Catalin Pit
Рет қаралды 19 М.
Top 6 Tools to Turn Code into Beautiful Diagrams
3:24
ByteByteGo
Рет қаралды 490 М.
Convert GUI App to Real Program -  Python to exe to setup wizard
23:27
Python Simplified
Рет қаралды 448 М.
PLEASE Use These 5 Python Decorators
20:12
Tech With Tim
Рет қаралды 80 М.
I Created A Mobile App Using These Simple Tools!
10:48
Simon Grimm
Рет қаралды 554 М.
5 Good Python Habits
17:35
Indently
Рет қаралды 270 М.
Что будет с кроссовком?
00:35
Аришнев
Рет қаралды 2,3 МЛН