👉 Source Code: bit.ly/Iron_Man_Python 👉 Subscribe: rebrand.ly/FreeSubscription 👉 How to Run Python in Visual Studio Code on Windows 10 : ruclips.net/video/AKVRkB0fot0/видео.html
that only draw the last one, make a list like this: from sketchpy import library as lib from time import sleep delay = 1 objs = [ lib.gojo(), lib.api(), lib.flag(), lib.ironman_ascii, lib.rdj(), lib.tom_holland() lib.vijay() ] for i in objs: i.draw() sleep(delay)
Guys thank you so much for this video, i had no fucking clue how to import a library in python. Back in our day, we used assembly so importing wasnt a thing. Thank you very much 🙏
For beginner, the heavy lifting of drawing has been done in sketchpy. So, by the time we want to exhibit Iron Man, we can just take (Call) from sketchpy.
@@TechDecode no no I have seen it I am asking what else can this sketchpy do What other persons it can draw Like vijay bts... What else and what the other works
You didn't even code it yourself you just imported a package and it did the work, you didn't tell us how to create, but instead, how to use a pre designed template of it
Code isnt that easy, even in Python a programming laungage that People say is one of the easiest laungages to learn. So basicly the short version is he just makes code that links to This drawing and nothing else. A little like if you wanted to make code make a video but the code just opens a RUclips link. (Edit here, just looked at the video again and he is actually using Python which is extremely easy just to put a link to a little animation of a drawing making itself)
@Andri actually it's not like that, you can draw your own image with that, the image draw in this video is just a example from library module of that package
@Andri actually speaking, I am the creator of the module, and I know each and every line of that code, which means I can do anything with that, if u need then u can use my package, if u don't then create ur own package and use it yourself
@Andri actually this is true, but if they do this with just 3 lines of code, it gives them the motivation to learn more and even some try to learn how it works, learning and not learning is their decision, as a programmer I need to make sure my module is easy to use, and even a non programmer should be able to use it ✌
next video: how to make earth in python (works in pydroid!1!1!) from universe import earth earth.shape(circle) earth.size(8847) earth.create("dinosaur, humans, animals")
👉 Source Code: bit.ly/Iron_Man_Python
👉 Subscribe: rebrand.ly/FreeSubscription
👉 How to Run Python in Visual Studio Code on Windows 10 : ruclips.net/video/AKVRkB0fot0/видео.html
Aapki channels monetize hui ya nhi
nahi hua
That’s not 3 lines of code. You just imported a package.
animated Box With CSS
ruclips.net/video/gBmx3RmThDE/видео.html
S
Yea😆
Code:
from sketchpy import library as lib
obj = lib.rdj()
obj.draw()
wow you show us how to import a library congratulations!
Yes bro, i was thinking this too😂, congrats you got fool- non programmers
@@rishi6545 😂😂
Yes 😂😂
LOL
animated Box With CSS
ruclips.net/video/gBmx3RmThDE/видео.html
What coding and language you use? and what you use?
@Gadin Op And what coding app?
@@deadinside1237 visual studio code
@@tunisiaa5074 nah bro i don't can run it
Which library is used in this code
from sketchpy import library as lib
obj = lib.gojo()
obj = lib.apj()
obj = lib.flag()
obj = lib.ironman_ascii()
obj = lib.rdj()
obj = lib.tom_holland()
obj = lib.vijay()
obj.draw()
that only draw the last one, make a list like this:
from sketchpy import library as lib
from time import sleep
delay = 1
objs = [
lib.gojo(),
lib.api(),
lib.flag(),
lib.ironman_ascii,
lib.rdj(),
lib.tom_holland()
lib.vijay()
]
for i in objs:
i.draw()
sleep(delay)
animated Box With CSS
ruclips.net/video/gBmx3RmThDE/видео.html
great man liked it
animated Box With CSS
ruclips.net/video/gBmx3RmThDE/видео.html
App konsa hay
do this code can run from androrid devices?
Why does my screen recorder on pc could not show the output of code after saving the video?
animated Box With CSS
ruclips.net/video/gBmx3RmThDE/видео.html
Which theme u using in VS
animated Box With CSS
ruclips.net/video/gBmx3RmThDE/видео.html
Can you please add channel for java
Sure
kon se software me code kar rahe hai bhai
Visual Studio Code
We can actually make it a two line code.😂
Like this :
From sketchpy import library as lib
Draw(lib.rdj())
lib.rdj().draw()
lib.rdj().draw()
You can use ; to make it one
I bet the first line have many info in em
Any lungoes this program
Guys thank you so much for this video, i had no fucking clue how to import a library in python. Back in our day, we used assembly so importing wasnt a thing. Thank you very much 🙏
Best comment ever 😂👍
animated Box With CSS
ruclips.net/video/gBmx3RmThDE/видео.html
Hello, can I ask you a question?
What application is he using to insert Python code?
@@9mo visual studio code
Is RDJ function 😂
which python is this
I'm beginner, but realised ' rdj ' stands for Robert Downey Jr. ❤
For beginner, the heavy lifting of drawing has been done in sketchpy. So, by the time we want to exhibit Iron Man, we can just take (Call) from sketchpy.
How 2 make a nuke in python:
import thermonuclear as nuke
pc = nuke.explode
pc.fire
Wow my PC is on fire wooooww
The fact that 3 lines of code drew RDJ's face better than I can on paper
Hmmm...except it took a lot more than three lines to create the .rdj() method in the lib used.
Bro what other commands it have ?
Source Code : bit.ly/Iron_Man_Python
@@TechDecode no no I have seen it
I am asking what else can this sketchpy do
What other persons it can draw
Like vijay bts...
What else and what the other works
@@sayandas3547 Read the docs for the library
It's not work
That's amazing
Amazing
Amazing bro
This is not Iron Man, this is Robert Downey Jr. and noticed something, you hacked Python which means he created that with 4 lines of code.
Can you create egypt flag
Sure
Not working in mine system well i installed sketchpy module also
How to draw own picture using python ? Please reply bro
Import turtle library.
Hi can you tech me how you draw this please 🙂🙏
That's literally what this video is about, just watch it
Nice
Thanks
you can find more interesting python coding videos in our channel : coders kingdom
link:
youtube.com/@Coders_kingdom
How its run in pycharm?
I also wanna know
Super😍😍its really awesome i love u rdj, its working well, please more on with 'ironman' suit plzz😍
animated Box With CSS
ruclips.net/video/gBmx3RmThDE/видео.html
You didn't even code it yourself you just imported a package and it did the work, you didn't tell us how to create, but instead, how to use a pre designed template of it
That's how you code in Python.
@@farhanaditya2647 he did not actually draw it
Video name-How to import a library in python
animated Box With CSS
ruclips.net/video/gBmx3RmThDE/видео.html
Sketchpy error💀
Just Amaizing!!
He on x game moe 😭😂
animated Box With CSS
ruclips.net/video/gBmx3RmThDE/видео.html
from sketchpy import library as lib obj = lib.rdj() obj.draw()
It not working 🥺
import pygame
import sys
import random
from math import *
pygame.init()
width = 720
height = 1200
display = pygame.display.set_mode((width, height))
pygame.display.set_caption("Balloon Shooter")
clock = pygame.time.Clock()
margin = 100
lowerBound = 100
score = 0
# Colors
white = (230, 230, 230)
lightBlue = (174, 214, 241)
red = (231, 76, 60)
lightGreen = (25, 111, 61)
darkGray = (40, 55, 71)
darkBlue = (21, 67, 96)
green = (35, 155, 86)
yellow = (244, 208, 63)
blue = (46, 134, 193)
purple = (155, 89, 182)
orange = (243, 156, 18)
font = pygame.font.SysFont("Snap ITC", 25)
# Balloon Class
class Balloon:
def __init__(self, speed):
self.a = random.randint(30, 40)
self.b = self.a + random.randint(0, 10)
self.x = random.randrange(margin, width - self.a - margin)
self.y = height - lowerBound
self.angle = 90
self.speed = -speed
self.probPool = [-1, -1, -1, 0, 0, 0, 0, 1, 1, 1]
self.length = random.randint(50, 100)
self.color = random.choice([red, green, purple, orange, yellow, blue])
# Move balloon around the Screen
def move(self):
direct = random.choice(self.probPool)
if direct == -1:
self.angle += -10
elif direct == 0:
self.angle += 0
else:
self.angle += 10
self.y += self.speed*sin(radians(self.angle))
self.x += self.speed*cos(radians(self.angle))
if (self.x + self.a > width) or (self.x < 0):
if self.y > height/5:
self.x -= self.speed*cos(radians(self.angle))
else:
self.reset()
if self.y + self.b < 0 or self.y > height + 30:
self.reset()
# Show/Draw the balloon
def show(self):
pygame.draw.line(display, darkBlue, (self.x + self.a/2, self.y + self.b), (self.x + self.a/2, self.y + self.b + self.length))
pygame.draw.ellipse(display, self.color, (self.x, self.y, self.a, self.b))
pygame.draw.ellipse(display, self.color, (self.x + self.a/2 - 5, self.y + self.b - 3, 10, 10))
# Check if Balloon is bursted
def burst(self):
global score
pos = pygame.mouse.get_pos()
if onBalloon(self.x, self.y, self.a, self.b, pos):
score += 1
self.reset()
# Reset the Balloon
def reset(self):
self.a = random.randint(30, 40)
self.b = self.a + random.randint(0, 10)
self.x = random.randrange(margin, width - self.a - margin)
self.y = height - lowerBound
self.angle = 90
self.speed -= 0.002
self.probPool = [-1, -1, -1, 0, 0, 0, 0, 1, 1, 1]
self.length = random.randint(50, 100)
self.color = random.choice([red, green, purple, orange, yellow, blue])
balloons = []
noBalloon = 10
for i in range(noBalloon):
obj = Balloon(random.choice([1, 1, 2, 2, 2, 2, 3, 3, 3, 4]))
balloons.append(obj)
def onBalloon(x, y, a, b, pos):
if (x < pos[0] < x + a) and (y < pos[1] < y + b):
return True
else:
return False
# show the location of Mouse
def pointer():
pos = pygame.mouse.get_pos()
r = 25
l = 20
color = lightGreen
for i in range(noBalloon):
if onBalloon(balloons[i].x, balloons[i].y, balloons[i].a, balloons[i].b, pos):
color = red
pygame.draw.ellipse(display, color, (pos[0] - r/2, pos[1] - r/2, r, r), 4)
pygame.draw.line(display, color, (pos[0], pos[1] - l/2), (pos[0], pos[1] - l), 4)
pygame.draw.line(display, color, (pos[0] + l/2, pos[1]), (pos[0] + l, pos[1]), 4)
pygame.draw.line(display, color, (pos[0], pos[1] + l/2), (pos[0], pos[1] + l), 4)
pygame.draw.line(display, color, (pos[0] - l/2, pos[1]), (pos[0] - l, pos[1]), 4)
def lowerPlatform():
pygame.draw.rect(display, darkGray, (0, height - lowerBound, width, lowerBound))
def showScore():
scoreText = font.render("Balloons Bursted : " + str(score), True, white)
display.blit(scoreText, (150, height - lowerBound + 50))
def close():
pygame.quit()
sys.exit()
def game():
global score
loop = True
while loop:
for event in pygame.event.get():
if event.type == pygame.QUIT:
close()
if event.type == pygame.KEYDOWN:
if event.key == pygame.K_q:
close()
if event.key == pygame.K_r:
score = 0
game()
if event.type == pygame.MOUSEBUTTONDOWN:
for i in range(noBalloon):
balloons[i].burst()
display.fill(lightBlue)
for i in range(noBalloon):
balloons[i].show()
pointer()
for i in range(noBalloon):
balloons[i].move()
lowerPlatform()
showScore()
pygame.display.update()
clock.tick(60)
game()
Ballon game
Elon musk
The beats 🔥🔥🔥
How do you import such a package? Can anyone explain it to me?
animated Box With CSS
ruclips.net/video/gBmx3RmThDE/видео.html
compiler name plzz
0:00
make Pubg in 1 line of code.
but you just imported a- nevermind... the comments say it all anyways
No way. That is impossible.
It's library dude
bro is a kid💀
it isnt really full with code ald u import image to ur folder and uses from ur folder
Its not 3 lines cuz you just used a library, libraries have lines too
Nice bro. By the way music name plz
Cum Check This · FETISH · Justin Snyder
@@TechDecode Thanks Sir
@@TechDecode cum?..
Tom halland ,india also there😍
animated Box With CSS
ruclips.net/video/gBmx3RmThDE/видео.html
no way bro. must've been hard importing a library that pretty much does everything for you 😐
Code isnt that easy, even in Python a programming laungage that People say is one of the easiest laungages to learn. So basicly the short version is he just makes code that links to This drawing and nothing else. A little like if you wanted to make code make a video but the code just opens a RUclips link. (Edit here, just looked at the video again and he is actually using Python which is extremely easy just to put a link to a little animation of a drawing making itself)
It’s not easy to make a package and deploy it to pip
But after that you can say it is easy to use it in just 3 lines of code 😉
@Andri actually it's not like that, you can draw your own image with that, the image draw in this video is just a example from library module of that package
@Andri actually speaking, I am the creator of the module, and I know each and every line of that code, which means I can do anything with that, if u need then u can use my package, if u don't then create ur own package and use it yourself
@Andri actually this is true, but if they do this with just 3 lines of code, it gives them the motivation to learn more and even some try to learn how it works, learning and not learning is their decision, as a programmer I need to make sure my module is easy to use, and even a non programmer should be able to use it ✌
@@movietimen0w wow, are you for real?
Prog output not come
It's me
In library u already have another code
New subscriber bro
Thanks and welcome
Don't forget to check our website for more python tutorials : bit.ly/Iron_Man_Python
@@TechDecode Plz help.. python 3.10 I can't use it on visual studio code plzz tell full procedure path and then everything plz plz
@Andri 😀👍👍
Follow this tutorial from the start to finish
Link : ruclips.net/video/AKVRkB0fot0/видео.html
Wow 😳
U used . To import library
Wow!
Please emblem of Syria. the green
I question you if you code like this and call yourself a real programmer.
Not work
Am just jealous of you all, means how all you do such master piece like this..🥺
Just learn it then
@@suyogyapaudel3675 yeah I just started learning..
@@Sorojitnandi me too
@@suyogyapaudel3675 hm
@@suyogyapaudel3675 but from which channel
Ooy tune sirf programing ko command Diya library see import Karne ka
It's not gonna works my dear frnds 😂😂he just imported a file from a computer
Now try this bro
from me import myself as human
obj =human.sapien( )
obj .draw( )
🤪🤪🤪🤪🤪🤪🤪🤪🤪🤪🤪🤪
How fucking asinine. Are you nine years old?
#ShortBUTLearnFast
Wow
working
Bro I can't Draw it please guide me
👉 Source Code: bit.ly/Iron_Man_Python
4 lines bruh
😮😮🔥🔥
My brain: Wow that is just 3 lines of code I can write it
My heart: Just copy and paste it
Me: Ummmmmm...... I will go with my heart XD
#Unlimated_Internet_In_Egypt
Script kiddies
scam?... I go test this...
Чел испортит library,когда приложение создано при помогши библиотеки turtle
hello
next video: how to make earth in python (works in pydroid!1!1!)
from universe import earth
earth.shape(circle)
earth.size(8847)
earth.create("dinosaur, humans, animals")
Это программа каторую он написал эту хуйня а то что он выдвинул это вообще другой код
Возможно, он с гитхаба спиздил
Very little value here.
Hoooow
🤣🤣 i am uneducated 🥲
Its shows error bro plz help me
Are you sure?
try
slow language
on android pydroid is fast for me
Dude you did nothing
Exactly
Chapriiiiii....... 😂
uh
liar liar pants on fire
How to make Facebook using python:
import Facebook
facebook()
Sketchpy library