Creating a simple CLI with Python Click

  Рет қаралды 23,167

FancyGUI

FancyGUI

Күн бұрын

Пікірлер
@_taylor_v
@_taylor_v Жыл бұрын
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
@FancyGUI Жыл бұрын
Thank you!
@jonas7438
@jonas7438 2 жыл бұрын
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
@FancyGUI
@FancyGUI 2 жыл бұрын
I’m so happy i could help! Thanks for following along!
@abolfazlnasr8077
@abolfazlnasr8077 2 жыл бұрын
It was a really helpful explanation for making CLI apps using Python. specially for making command alias and setup works.
@FancyGUI
@FancyGUI 2 жыл бұрын
Happy to help! That’s what I’m here for 🙏
@learnapplybuild
@learnapplybuild Жыл бұрын
Amazing video @FancyGUI. I am surprised why aren't people subscribing to your channel. Thank you for this amazing video
@FancyGUI
@FancyGUI Жыл бұрын
Thank you! I will try to keep more content coming! I really appreciate your feedback!
@이승주-b7q
@이승주-b7q 3 жыл бұрын
This programmer looks cute. He looks like my neighbors' little boy - snap, laugh, and expressions
@FancyGUI
@FancyGUI 2 жыл бұрын
Hahaha thanks! I’m just having fun!
@leonardomxq4k89
@leonardomxq4k89 3 жыл бұрын
Guilherme is a good name, common here in Brazil
@prathmeshgupta9739
@prathmeshgupta9739 2 жыл бұрын
can we make an exe or installation file for such cli tools??🤔
@FancyGUI
@FancyGUI 2 жыл бұрын
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.
@prathmeshgupta9739
@prathmeshgupta9739 2 жыл бұрын
@@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.
@yomalsenarath2887
@yomalsenarath2887 3 жыл бұрын
Cool! need more in-depth about click like decorators💥
@FancyGUI
@FancyGUI 3 жыл бұрын
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!
@TomSilkworth
@TomSilkworth 3 жыл бұрын
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.
@FancyGUI
@FancyGUI 3 жыл бұрын
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!
@TomSilkworth
@TomSilkworth 3 жыл бұрын
@@FancyGUI okay thanks for that explanation!
@cipherxen2
@cipherxen2 3 жыл бұрын
Why are you GUI? (Read in the tone of Nigerian interviewer)
@danielagmsz
@danielagmsz 2 жыл бұрын
Hahahhah I got the reference LOL
@isabelachiarantanocarraro1750
@isabelachiarantanocarraro1750 3 жыл бұрын
You trying to explain how to speak your name is the best lol. Nice job👏👏
@FancyGUI
@FancyGUI 3 жыл бұрын
Thanks 😅
@patrykjakubiak4154
@patrykjakubiak4154 2 жыл бұрын
​ @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
@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
@developerpranav
@developerpranav 2 жыл бұрын
Thanks! Awesome tutorial, gonna check back in a few weeks for my new project! ;)
@FancyGUI
@FancyGUI Жыл бұрын
Great! Good luck! Let us know how it went
@showmethemoney824
@showmethemoney824 3 жыл бұрын
definitely decorator ... just a quick observation instead of looping the number of times your string just use oneliner `print( int(number) * "your string")`
@FancyGUI
@FancyGUI 3 жыл бұрын
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
@fernandamika9462
@fernandamika9462 3 жыл бұрын
Wow! Very interesting!
@FancyGUI
@FancyGUI 3 жыл бұрын
Thank you!
@danielagmsz
@danielagmsz 3 жыл бұрын
Interesting! Nice job 👍 I wanna hear about decorator. Best regards :)
@FancyGUI
@FancyGUI 3 жыл бұрын
That's great to hear! I'll try making a video about decorators soon
@FancyGUI
@FancyGUI 3 жыл бұрын
Hey! Thank you! As promised, here is the long time coming decorators video! kzbin.info/www/bejne/eYekiZp5hJuHb5o
@thomasreynolds3071
@thomasreynolds3071 3 жыл бұрын
I liked this
@FancyGUI
@FancyGUI 3 жыл бұрын
Thank you!
@sp3ct3r71
@sp3ct3r71 2 жыл бұрын
your so underated bruh.. looking to contribute red teaming projects but kinda stuck at framework..thankz for this guidance about cool library🥰❤🔥
@umapessoa6051
@umapessoa6051 2 жыл бұрын
Muito bom, valeu pelo video Guilherme !
@kuramanirudh3572
@kuramanirudh3572 2 жыл бұрын
Great video mate
@kris_maussen
@kris_maussen 3 жыл бұрын
Great explanation! Would be helpful a tutorial about decorators.
@FancyGUI
@FancyGUI 3 жыл бұрын
Thanks! I'm glad you've liked my explanation! As promised: kzbin.info/www/bejne/eYekiZp5hJuHb5o
@rohankokatanur6426
@rohankokatanur6426 3 жыл бұрын
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.
@FancyGUI
@FancyGUI 3 жыл бұрын
Thanks a bunch for your feedback! I will keep that in mind for the next video!
@HerozTech
@HerozTech Ай бұрын
Gui is creating a CLI THE IRONY
@wesleyborgesc
@wesleyborgesc 11 ай бұрын
Vlw bro
@BetargomesSantosGomes
@BetargomesSantosGomes 3 жыл бұрын
very good
@FancyGUI
@FancyGUI 3 жыл бұрын
Thank you!!
@Yermehyaw
@Yermehyaw 2 ай бұрын
Funny guy 😂
@FancyGUI
@FancyGUI Ай бұрын
Glad you’ve enjoyed it!
@Pedro-go3bd
@Pedro-go3bd 3 жыл бұрын
"Guilherme" name of Brazil kkkkkkkk
@FancyGUI
@FancyGUI 3 жыл бұрын
Hah! Too easy, eh?! Well done!
@Pedro-go3bd
@Pedro-go3bd 3 жыл бұрын
If i had subtitles in portuguese maybe I could understand more the way is to learn inglish even haha
@FancyGUI
@FancyGUI 2 жыл бұрын
I hope you can still follow my videos! Now KZbin has translated subtitles, hopefully that helps
@stormbytes
@stormbytes 2 жыл бұрын
The first 6 minutes have virtually nothing to do with "creating a simple CLI with Python Clock".
@FancyGUI
@FancyGUI 2 жыл бұрын
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?
@markcuello5
@markcuello5 2 жыл бұрын
HELP
@FancyGUI
@FancyGUI 2 жыл бұрын
Blink twice if you are ok!
Creating a CLI to fetch stock market prices
16:43
FancyGUI
Рет қаралды 4,1 М.
Understanding Python: Click-based CLI
18:29
Jake Callahan
Рет қаралды 4,2 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
How to test your Python Click CLI
13:28
FancyGUI
Рет қаралды 3,3 М.
Professional CLI Applications with Click
24:02
NeuralNine
Рет қаралды 61 М.
Create Python CLI Tool | Python Click Tutorial | Python Automation
10:47
Creating a simple WebApp with Python Flask
17:35
FancyGUI
Рет қаралды 3,4 М.
Python Click Master Class
19:25
Jasper Zanjani
Рет қаралды 23 М.
Building Command Line Applications with Click
18:18
Armin Ronacher
Рет қаралды 153 М.
Python Decorators and how to create them
13:21
FancyGUI
Рет қаралды 1,4 М.
This Is Why Python Data Classes Are Awesome
22:19
ArjanCodes
Рет қаралды 819 М.
__new__ vs __init__ in Python
10:50
mCoding
Рет қаралды 210 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19