I appreciate you showing setuptools and how to install the CLI in addition to how to use click. That sets your tutorial apart from the others and is more realistic of how it's generally used in the real world.
@FancyGUI Жыл бұрын
Thank you!
@jonas74382 жыл бұрын
Helped me so much in tandem with the documentation of click. Also your style of talking/editing makes it fun to follow along. Thanks a lot mate
@FancyGUI2 жыл бұрын
I’m so happy i could help! Thanks for following along!
@abolfazlnasr80772 жыл бұрын
It was a really helpful explanation for making CLI apps using Python. specially for making command alias and setup works.
@FancyGUI2 жыл бұрын
Happy to help! That’s what I’m here for 🙏
@learnapplybuild Жыл бұрын
Amazing video @FancyGUI. I am surprised why aren't people subscribing to your channel. Thank you for this amazing video
@FancyGUI Жыл бұрын
Thank you! I will try to keep more content coming! I really appreciate your feedback!
@이승주-b7q3 жыл бұрын
This programmer looks cute. He looks like my neighbors' little boy - snap, laugh, and expressions
@FancyGUI2 жыл бұрын
Hahaha thanks! I’m just having fun!
@leonardomxq4k893 жыл бұрын
Guilherme is a good name, common here in Brazil
@prathmeshgupta97392 жыл бұрын
can we make an exe or installation file for such cli tools??🤔
@FancyGUI2 жыл бұрын
Certainly! That are many options to make so, but I've honestly only tested PyInstaller. Let me know if you'd like a video about it! I shouldn't take too long to get one ready.
@prathmeshgupta97392 жыл бұрын
@@FancyGUI it wil be helpful if you make a video as i am working on a cli software application but couldn't find a way to make an executable file other then uploading it on PyPi server so it would be great if you can give a way to make an exe file or a installation file for such software. I have already tried wheel and pyinstaller but its not working or installing after getting an exe file.
@yomalsenarath28873 жыл бұрын
Cool! need more in-depth about click like decorators💥
@FancyGUI3 жыл бұрын
Thanks! Here's the first step: kzbin.info/www/bejne/eYekiZp5hJuHb5o I'll add more complexity on decorators on future videos! Don't forget to let me know what you think!
@TomSilkworth3 жыл бұрын
Thanks for this video! Could someone explain the significance of the first part concerning the setup? I’m new to this whole CLI thing. Thank you.
@FancyGUI3 жыл бұрын
Hey Tom! Are you talking about the setup.py file? That's just to instruct your computer how to install the software and run it! Otherwise you wouldn't be able to just call your CLI from the terminal with the chosen name!
@TomSilkworth3 жыл бұрын
@@FancyGUI okay thanks for that explanation!
@cipherxen23 жыл бұрын
Why are you GUI? (Read in the tone of Nigerian interviewer)
@danielagmsz2 жыл бұрын
Hahahhah I got the reference LOL
@isabelachiarantanocarraro17503 жыл бұрын
You trying to explain how to speak your name is the best lol. Nice job👏👏
@FancyGUI3 жыл бұрын
Thanks 😅
@patrykjakubiak41542 жыл бұрын
@FancyGUI I followed your instructions and when I type "super" in my terminal I get "zsh: command not found: super". When I run "pip list" I can find "supercli" in the list. Do you know how I can fix that?
@FancyGUI Жыл бұрын
That’s probably something in your environment on the way it gets injected on the path of your OS. Ping me here if you still have issues with that. I’m also creating a proper forum to discuss and troubleshoot things better
@developerpranav2 жыл бұрын
Thanks! Awesome tutorial, gonna check back in a few weeks for my new project! ;)
@FancyGUI Жыл бұрын
Great! Good luck! Let us know how it went
@showmethemoney8243 жыл бұрын
definitely decorator ... just a quick observation instead of looping the number of times your string just use oneliner `print( int(number) * "your string")`
@FancyGUI3 жыл бұрын
You are right! I could've definitely done that! It's great that python gives us all those options! As promised, here's the decorator video! kzbin.info/www/bejne/eYekiZp5hJuHb5o
@fernandamika94623 жыл бұрын
Wow! Very interesting!
@FancyGUI3 жыл бұрын
Thank you!
@danielagmsz3 жыл бұрын
Interesting! Nice job 👍 I wanna hear about decorator. Best regards :)
@FancyGUI3 жыл бұрын
That's great to hear! I'll try making a video about decorators soon
@FancyGUI3 жыл бұрын
Hey! Thank you! As promised, here is the long time coming decorators video! kzbin.info/www/bejne/eYekiZp5hJuHb5o
@thomasreynolds30713 жыл бұрын
I liked this
@FancyGUI3 жыл бұрын
Thank you!
@sp3ct3r712 жыл бұрын
your so underated bruh.. looking to contribute red teaming projects but kinda stuck at framework..thankz for this guidance about cool library🥰❤🔥
@umapessoa60512 жыл бұрын
Muito bom, valeu pelo video Guilherme !
@kuramanirudh35722 жыл бұрын
Great video mate
@kris_maussen3 жыл бұрын
Great explanation! Would be helpful a tutorial about decorators.
@FancyGUI3 жыл бұрын
Thanks! I'm glad you've liked my explanation! As promised: kzbin.info/www/bejne/eYekiZp5hJuHb5o
@rohankokatanur64263 жыл бұрын
Wonderful explanation !!, would like the pace of your videos to be a little slower as it will help a lot of people(whose mother tongue is not english) understand better.
@FancyGUI3 жыл бұрын
Thanks a bunch for your feedback! I will keep that in mind for the next video!
@HerozTechАй бұрын
Gui is creating a CLI THE IRONY
@wesleyborgesc11 ай бұрын
Vlw bro
@BetargomesSantosGomes3 жыл бұрын
very good
@FancyGUI3 жыл бұрын
Thank you!!
@Yermehyaw2 ай бұрын
Funny guy 😂
@FancyGUIАй бұрын
Glad you’ve enjoyed it!
@Pedro-go3bd3 жыл бұрын
"Guilherme" name of Brazil kkkkkkkk
@FancyGUI3 жыл бұрын
Hah! Too easy, eh?! Well done!
@Pedro-go3bd3 жыл бұрын
If i had subtitles in portuguese maybe I could understand more the way is to learn inglish even haha
@FancyGUI2 жыл бұрын
I hope you can still follow my videos! Now KZbin has translated subtitles, hopefully that helps
@stormbytes2 жыл бұрын
The first 6 minutes have virtually nothing to do with "creating a simple CLI with Python Clock".
@FancyGUI2 жыл бұрын
Sorry to disagree, you’d need to create a way of installing your CLI to make it runnable in your path using the shims from the pip setup. But I do start to code the cli after minute 6! I guess I should time table this, eh?