I really appreciated this video, it will help me a lot in my work, because I used tkinter from python a lot.. thank you!!!!!!!!!!!!!
@Softlinks8 ай бұрын
Glad it helped!…Thanks for watching
@BuddingJeekOfficial5584 ай бұрын
This is the best video which helped me alot, before i hated to code GUi and have that simple gui. Now its way easier to get modern gui
@Softlinks4 ай бұрын
So much excited to hear my video helped you on your journey…thanks for watching.
@ebenezervictor72976 ай бұрын
You're an excellent teacher.
@Softlinks6 ай бұрын
Wow, thank you so much 😊
@andreaalfiansahputra72692 ай бұрын
without music tutorial is better than other. thanks and it good sir...
@SoftlinksАй бұрын
Thanks and welcome
@brennancurrier8062 ай бұрын
For very simplistic apps this is great but for more advanced ui you probably should use a different framework. For that I would use QT has far more widgets than tkinter and some are more advanced and has its own designer. I am building my first project with QT because it needed more advanced widgets than tkinter provided me. QT at first seemed more complex but it really isn’t it’s pretty simple after a couple hours using it. I was designing my app all hard coded like classic Tkinter (might still need hardcoded for custom widgets, haven’t messed with custom widgets yet in QT) but then I found out how to load the QT Designer ui files into my python code so basically scrapped that whole file to load the UI file, and is very easy to change and add too.
@Softlinks2 ай бұрын
Thank you for your insightful comment! I completely agree with you bro. But while Tkinter is great for simpler applications, Qt really shines when you need more advanced widgets and functionality. The built-in Qt Designer is a game-changer for UI design, making it easier to visualize and modify your interface without needing to hard-code everything. It’s awesome that you're finding Qt simpler after spending some time with it! Once you get the hang of loading UI files, it really does speed up development. I’d love to hear more about your first project with Qt-feel free to share how it goes, especially when you start exploring custom widgets!
@brennancurrier8062 ай бұрын
@@Softlinks it’s essentially a mod manager for a emulator that’s still being worked on heavily (shadPS4). But I recently moved and the private GitHub repository I used to upload all the changes for some reason is a week older than my last commit from my main pc (won’t have my main pc setup for a couple weeks while I figure out if I want to mount the case on the wall again or not and unpack. Because I’m thinking of changing my case next year when ryzen 9000 x3d come out) Essentially gotta restart because it’s so old. This time I’m gonna just try and have them upload to cloud drive as well as a GitHub repository just in case. The old gaming laptop I’m using is so old it really only can do coding and web browsing now lol.
@merlinbernard3 ай бұрын
This was a great watch. Liked and subscribed for support :)
@Softlinks3 ай бұрын
Thanks for the sub!…Really appreciate
@hjn1995312 күн бұрын
Thank you! Please produce more helpful vids like this!
@Softlinks9 күн бұрын
I'm so glad you found the video helpful! I’ll definitely keep more content like this coming your way!
@CITY_SPECTER8 ай бұрын
You were sent by God bro... thank you !!!!
@Softlinks8 ай бұрын
Glad I could help…Thanks for watching
@bettsold8 ай бұрын
useful thanks, hello from kazakhstan
@Softlinks8 ай бұрын
Thanks for watching from Kazakhstan…stay tuned for more…
@vivac48938 ай бұрын
so useful , thank you.
@Softlinks8 ай бұрын
Thanks for watching
@awesomefrancis3705 ай бұрын
Thanks a lot for the video. Please show us how to integrate functionalities in the click buttons
@Softlinks4 ай бұрын
Sure… I’ll make a tutorial for that..thanks you enjoyed the video
@miqsas5 ай бұрын
The fonts doesnt work on vscode. How to fix that?
@terlumunjoseph67798 ай бұрын
lovely tutorials thanks
@Softlinks8 ай бұрын
Thanks for watching!
@aarshayan-mg5fr8 ай бұрын
Send by God indeed, best tutorial ever.
@Softlinks8 ай бұрын
Glad it was helpful!…Thanks for watching
@filmmoji50522 күн бұрын
greate video bro thank you so much bro
@Softlinks20 күн бұрын
Glad it helped…thanks for watching
@Youssef-oo5cx6 ай бұрын
Error Appearing "Pls Enter a valid File URL". I am working on another project but after clicking on "Generate" on Tkinter Designer, this error shows up. Any help?
@ProfShibe6 ай бұрын
Same here. Worked perfectly fine before now it's not...unsure what happened
@abdulsalamundaabdulgani38556 ай бұрын
i suffer the same cause😭
@reyesssss60986 ай бұрын
me too, i nedd help:(
@juank42053 ай бұрын
Replace the word in the URL /design/ for /file/ This will fix it
@CAPS9314 күн бұрын
Thanks for the video. When I follow the video I get the following error: This probably means that Tcl wasn't installed properly. Could you please help me solve this?
@Softlinks7 күн бұрын
Thanks for watching! That error means Tcl/Tk isn’t installed properly. Try reinstalling Python with the option to include Tcl/Tk, or run pip install tk. Let me know if it works!
@christyaghjian1158 ай бұрын
thank you for this good tutorial
@Softlinks8 ай бұрын
Glad it was helpful!…You’re most welcomed ☺️
@SabbirHMukul8 ай бұрын
love you guys
@Softlinks8 ай бұрын
Thanks for watching
@tinashempr8 ай бұрын
Thank you so much man, I was really not looking forward to having to design the whole program using my limited knowledge on tinker.
@Softlinks8 ай бұрын
Glad I could help!..Thanks for watching
@Youforlia8 ай бұрын
Hi! Great video, question tho, aren't you supposed to group the buttons above for google and facebook signup and name the group 'Button'?
@Softlinks8 ай бұрын
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.
@waffdaff6 ай бұрын
@@Softlinks i have tried this multiple times now and still not working, maybe i misinterpret some things about what you said since i don't have visuals on how to actually do it... XD
@carionstoreАй бұрын
Great and time saving trick..
@SoftlinksАй бұрын
Of course…Thanks for watching
@notrealaz5 ай бұрын
this is good but a way better solution is tauri. it uses HTML CSS and JS to make the frontend and has a rust backend. its like designing a website but instead in your browser. its in a lightweight desktop application
@notrealaz5 ай бұрын
your tutorials are really nice
@Softlinks5 ай бұрын
I appreciate your input and will definitely check out Tauri!
@rnpk95725 ай бұрын
lovely man thanks a lot!
@Softlinks5 ай бұрын
You're welcome!...Thanks for watching
@nkositherojohn6 ай бұрын
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!!!!
@Softlinks6 ай бұрын
I understand your frustration, but let's troubleshoot this together. Firstly, ensure that you're copying the token ID and file URL correctly from Figma. Sometimes, errors can occur if there are extra spaces or characters copied along with the token. Secondly, make sure you're pasting the token ID and file URL in the correct fields within Tkinter Designer. For the issue with the output path, it's possible that the "build" folder might take some time to appear, especially if there are many files being processed. However, if it's taking unusually long, you might want to check if there are any error messages in the console or if there are any permissions issues preventing the folder from being created. If you're still encountering issues after trying these steps, consider reaching out to the support channels for Tkinter Designer or Figma. They might be able to provide more specific guidance based on the errors you're experiencing. Don't hesitate to ask for help; we're here to support you through this process!
@nkositherojohn6 ай бұрын
I'm actually making huge progress
@thelastbreaths6 ай бұрын
lol python is not for drag and dropped lazy ppl you should understand how they work
@reyesssss60986 ай бұрын
Can you help me to get it? i have the same problem with the URL
@abdulsalamundaabdulgani38556 ай бұрын
everyone if ever you encounter invalid URL just Replace "design" in URL with "file"😇
@ProfShibe6 ай бұрын
thank you bro!
@beamariedelossantos53826 ай бұрын
Hello, good morning. I have a question. Regarding the last step when I am using the Tkinter Designer app, it keeps displaying the message, "Please enter a valid file URL." even though I followed every step you made and double-checked if I got anything wrong. Can any please help me?
@kawthersiahmed81346 ай бұрын
Replace "design" in URL with "file"
@vmq67006 ай бұрын
@@kawthersiahmed8134 thank you for your help //
@MD_GESAN4 ай бұрын
Thanks, can you make a depth video of rounder button design, :(
@Softlinks2 ай бұрын
You're welcome! Sure, I can make a detailed video on designing rounded buttons. I'll cover various techniques. Stay tuned!
@djohnworthy1040Ай бұрын
Can you make on how to make good looking tables with this ?
@SoftlinksАй бұрын
Yes I will try and make a tutorial for that also
@djohnworthy1040Ай бұрын
@@Softlinks Please make a new Pywebview video like making it look amazing with UI/UIX effects and functionality
@SoftlinksАй бұрын
@@djohnworthy1040 Stay tuned...That would be among my upcoming Tutorials, Building GUIS with JavaScript, HTML, and CSS for Python is Great!
@djohnworthy1040Ай бұрын
@@Softlinks Man I would love to see it. I am trying to develop desktop app. I need a tutorial from you. You have great explanation. Much love thanks for the content
@djohnworthy1040Ай бұрын
@@Softlinks Is it possible to use HTML/CSS on a local Desktop App? I saw pywebview but idk:)
@dreaddy_bear6 ай бұрын
Thank you!
@Softlinks6 ай бұрын
You’re most welcomed
@parthsharma62447 ай бұрын
Can we also make a simple game like gui with moving objects through this method?
@Softlinks6 ай бұрын
Absolutely! While Tkinter Designer is primarily geared towards designing GUI applications, you can still create simple games with moving objects using Tkinter. You would design the interface elements with Tkinter Designer and then implement the game logic, including moving objects, using Python code. It might require a bit more coding than a traditional GUI application, but it's definitely possible! Let me know if you need more details on how to get started with game development using Tkinter.
@parthsharma62446 ай бұрын
@@SoftlinksOk, Thank you 😊
@Nas.88888 ай бұрын
thanks for the video, the gui.py file is not in my build folder, thanks
@Softlinks8 ай бұрын
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!
@FatimaAli-qu1tq7 ай бұрын
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.
@Softlinks7 ай бұрын
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.
@mnhchannel258715 күн бұрын
I got erorr says pip is not recognice, i got pyhton install also pip. How to fix it?
@Softlinks7 күн бұрын
That means Python isn’t in your PATH. Reinstall Python and check ‘Add Python to PATH’ during setup, or manually add it. Let me know if you need help.
@mnhchannel25877 күн бұрын
@@Softlinks done thanks
@mnhchannel25877 күн бұрын
@@Softlinks how to make the second page like the content after login
@relaxingmuzics8 ай бұрын
very usefuls, but how to add checkbox to confirm TOS
@Softlinks8 ай бұрын
Check boxes will be available soon…otherwise you will need to add it using Tikinter code 🧑💻
@akishabriones31666 ай бұрын
why is my url invalid? i just followed your instructions :(
@reyesssss60986 ай бұрын
Me too, can somebody help us???
@ahmadimran12746 ай бұрын
I'm getting invalid url path error despite the fact I copied it from figma directly any solution?
@saberbix6 ай бұрын
Same here! Did you managed to fix it?
@gonzalezignacio30496 ай бұрын
same here!
@ahmadimran12745 ай бұрын
Nope
@_michelleboane._6 ай бұрын
Thank you!!!
@Softlinks5 ай бұрын
You're welcome!
@mostafayousry84938 ай бұрын
i get this error: Frame not found in figma file or is empty and im sure all my widgets are in one frame
@Softlinks8 ай бұрын
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
@kalyanamvenumadhav22458 ай бұрын
Tkinter Designer automatically converts to figma design to python code what's the use of converting to python code?
@Softlinks8 ай бұрын
converting Figma designs to Python code using Tkinter Designer streamlines the development workflow, improves accuracy, and enhances collaboration between designers and developers.
@kalyanamvenumadhav22458 ай бұрын
@@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?
@Softlinks8 ай бұрын
@@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!"
@j00bert8 ай бұрын
@@SoftlinksPlease!!
@HamzaAli-pg7ju7 ай бұрын
But does the facebook and Google rectangle is not button?
@Softlinks7 ай бұрын
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.
@iraamani80312 ай бұрын
my desktop file only showed the assets file
@Softlinks2 ай бұрын
Try checking if your token and the design url are correctly inserted
@proxy558 ай бұрын
how to change the Textbox font ??
@Softlinks8 ай бұрын
You can use the fonts button at the right hand side of your figma desktop App. Thanks for watching.
@iraamani80312 ай бұрын
how do i convert the file to apk file? and make it mobile use
@Softlinks2 ай бұрын
For now it can’t be converted to APK directly using Tkinter Designer
@ahmedemad81467 ай бұрын
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
@Softlinks7 ай бұрын
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.
@mohdiqbaltazeemtark86166 ай бұрын
Screen
@Rio-by1eh8 ай бұрын
Can’t understand the accent …?
@Softlinks8 ай бұрын
I apologise my accent is difficult to understand, I'll work on improving it for better communication in the future videos.
@FahadAyaz8 ай бұрын
Sounds fine to me. @Rio have you tried it with subtitles, if you're having trouble?
@paulgardiner688 ай бұрын
Listening to more non-native English speakers will improve your English listening skills.
@Youssef-oo5cx6 ай бұрын
Error Appearing "Pls Enter a valid File URL". I am working on another project but after clicking on "Generate" on Tkinter Designer, this error shows up. Any help?
@Adimser6 ай бұрын
I got the same problem. do you find anyway to fix it yet
@abdulsalamundaabdulgani38556 ай бұрын
when i click generate it says invalid url. but i copy the URL of my design
@mohamedaminegougam84986 ай бұрын
I have the same problem, were you able to fix it??
@reyesssss60986 ай бұрын
I have the same problem, can somebody help me?
@MahbooburrahmanITProfessional3 ай бұрын
@@reyesssss6098 Just replace the design with file in url