Screenshot 2024-08-15 215217.png
186.4 KB
code ๐ from turtle import *
import colorsys
bgcolor("black")
tracer(5)
pensize(2)
h = 0
for i in range(550):
c = colorsys.hsv_to_rgb(h,1,1)
h += 0.008
color(c)
up()
fd(1/2)
goto(0,0)
down()
rt(60)
fillcolor('black')
begin_fill()
circle(-i,60)
end_fill()
rt(144)
for j in range(3):
circle(j*20, 100)
rt(105)
done()
import colorsys
bgcolor("black")
tracer(5)
pensize(2)
h = 0
for i in range(550):
c = colorsys.hsv_to_rgb(h,1,1)
h += 0.008
color(c)
up()
fd(1/2)
goto(0,0)
down()
rt(60)
fillcolor('black')
begin_fill()
circle(-i,60)
end_fill()
rt(144)
for j in range(3):
circle(j*20, 100)
rt(105)
done()
๐ฅ1
Screenshot 2024-08-15 221131.png
43.6 KB
Code๐ from turtle import *
import colorsys
bgcolor('black')
tracer(5)
h = 0
for i in range(2000):
c = colorsys.hsv_to_rgb(h,1,1)
h += 0.008
fillcolor(c)
begin_fill()
pencolor('black')
forward(i)
right(68)
forward(i)
right(30)
circle(i,50)
forward(i)
right(289)
end_fill()
forward(i)
left(90)
forward(i)
left(20)
forward(i)
left(80)
done()
import colorsys
bgcolor('black')
tracer(5)
h = 0
for i in range(2000):
c = colorsys.hsv_to_rgb(h,1,1)
h += 0.008
fillcolor(c)
begin_fill()
pencolor('black')
forward(i)
right(68)
forward(i)
right(30)
circle(i,50)
forward(i)
right(289)
end_fill()
forward(i)
left(90)
forward(i)
left(20)
forward(i)
left(80)
done()
๐ฅ1
Screenshot 2024-08-15 222723.png
190.4 KB
code ๐ from turtle import *
import colorsys
bgcolor('black')
h = 0.2
speed(0)
def draw():
for i in range(300):
c = colorsys.hsv_to_rgb(h,1,1)
pencolor(c)
fillcolor(c)
circle(190-i, 90)
left(90)
circle(190-i,90)
left(18)
draw()
done()
import colorsys
bgcolor('black')
h = 0.2
speed(0)
def draw():
for i in range(300):
c = colorsys.hsv_to_rgb(h,1,1)
pencolor(c)
fillcolor(c)
circle(190-i, 90)
left(90)
circle(190-i,90)
left(18)
draw()
done()
๐ฅ1
Hey everyone! We're almost at 2K subscribers, and to celebrate this huge milestone, Iโve upgraded my setup with a professional mic. Thank you so much for your supportโthis wouldnโt be possible without each and every one of you. Make sure to stay tuned for more high-quality content coming soon!"
๐1๐ฅ1
Screenshot 2024-08-16 233154.png
654.6 KB
code๐ import turtle as t
import colorsys as cs
t.tracer(2)
t.speed(100)
t.bgcolor("black")
t.pensize(2)
n = 100
h = 0
for i in range(500):
for i in range(4):
c = cs.hsv_to_rgb(h,1,1)
h += 1/n
t.color(c)
t.circle(49+i*5,90)
t.forward(100)
t.left(90)
t.right(10)
t.done()
import colorsys as cs
t.tracer(2)
t.speed(100)
t.bgcolor("black")
t.pensize(2)
n = 100
h = 0
for i in range(500):
for i in range(4):
c = cs.hsv_to_rgb(h,1,1)
h += 1/n
t.color(c)
t.circle(49+i*5,90)
t.forward(100)
t.left(90)
t.right(10)
t.done()
โค1
Create a Stylish Login Form with HTML & CSS
Download Source code ๐.
https://github.com/SortedCoding/BeautifulLoginFrom2
Download Source code ๐.
https://github.com/SortedCoding/BeautifulLoginFrom2
โค1๐ค1
softylog1.png
7.9 MB
Make A Website With Login And Register - HTML CSS & Javascript
Download Source code ๐ https://github.com/SortedCoding/WebsiteLoginRegisterSoftlyFades
Download Source code ๐ https://github.com/SortedCoding/WebsiteLoginRegisterSoftlyFades
๐2
Avtar Logo.png
544.3 KB
Code ๐ from turtle import *
speed(0)
bgcolor('black')
color('orange')
hideturtle()
n = 1
p = True
while True:
circle(n)
if p:
n = n-1
else:
n = n+1
if n ==0 or n == 60:
p = not p
left(1)
forward(3)
speed(0)
bgcolor('black')
color('orange')
hideturtle()
n = 1
p = True
while True:
circle(n)
if p:
n = n-1
else:
n = n+1
if n ==0 or n == 60:
p = not p
left(1)
forward(3)
๐ฅ2
pinklogin.png
9.4 MB
Create a Simple Login Form with HTML & CSS
Download Source code ๐ https://github.com/SortedCoding/BeautifulLoginForm22
Download Source code ๐ https://github.com/SortedCoding/BeautifulLoginForm22
โค1
๐ Thank You for 2,000 Subscribers! ๐
Hey everyone!
Iโm excited to share that weโve officially hit 2,000 subscribers on the channel! This journey has been incredible, and itโs all thanks to YOUโyour support, feedback, and engagement have been amazing.
Whether youโve been here from the start or just joined, I truly appreciate every one of you. Iโm committed to bringing even more valuable and exciting content your way as we continue to grow together.
Hereโs to the next chapter, and of course, the next milestone! Stay tuned for whatโs coming next. ๐
Thank you again for being part of this community. Letโs keep building something great!
@SortedCoding
Hey everyone!
Iโm excited to share that weโve officially hit 2,000 subscribers on the channel! This journey has been incredible, and itโs all thanks to YOUโyour support, feedback, and engagement have been amazing.
Whether youโve been here from the start or just joined, I truly appreciate every one of you. Iโm committed to bringing even more valuable and exciting content your way as we continue to grow together.
Hereโs to the next chapter, and of course, the next milestone! Stay tuned for whatโs coming next. ๐
Thank you again for being part of this community. Letโs keep building something great!
@SortedCoding
โค1
animelogin.png
7.5 MB
Create a Simple Login Form with HTML & CSS
Download Source code ๐ https://github.com/SortedCoding/BeautifulLoginForm23
Download Source code ๐ https://github.com/SortedCoding/BeautifulLoginForm23
โค1
blackaestheticmountains.png
2.8 MB
Create a Simple Login Form with HTML & CSS
Download Source code ๐ https://github.com/SortedCoding/BeautifulLoginForm24
Download Source code ๐ https://github.com/SortedCoding/BeautifulLoginForm24
โค1
Screenshot 2024-08-20 083307.png
6.4 MB
Create a Simple Login Form with HTML & CSS
Download Source code ๐ https://github.com/SortedCoding/BeautifulLoginForm33
Download Source code ๐ https://github.com/SortedCoding/BeautifulLoginForm33
โค1๐1
Create Awesome cursor animation on MouseMove using JavaScript (EASY tutorial)๐ https://youtu.be/DNZrhA16PHI
โค1
code๐ import turtle
def draw_square(color,size):
turtle.fillcolor(color)
turtle.begin_fill()
for i in range(4):
turtle.forward(size)
turtle.left(90)
turtle.end_fill()
def draw_facebook_logo():
turtle.speed(2)
turtle.bgcolor("white")
turtle.penup()
turtle.goto(-80,60)
turtle.pendown()
# draw the blue background
draw_square('#3b5998',200)
# draw the white letter 'f'
turtle.penup()
turtle.goto(-50,60)
turtle.pendown()
turtle.color("white")
turtle.write("f", font=('Arial',120,'normal'))
#hide the turtle
turtle.hideturtle()
turtle.done()
draw_facebook_logo()
def draw_square(color,size):
turtle.fillcolor(color)
turtle.begin_fill()
for i in range(4):
turtle.forward(size)
turtle.left(90)
turtle.end_fill()
def draw_facebook_logo():
turtle.speed(2)
turtle.bgcolor("white")
turtle.penup()
turtle.goto(-80,60)
turtle.pendown()
# draw the blue background
draw_square('#3b5998',200)
# draw the white letter 'f'
turtle.penup()
turtle.goto(-50,60)
turtle.pendown()
turtle.color("white")
turtle.write("f", font=('Arial',120,'normal'))
#hide the turtle
turtle.hideturtle()
turtle.done()
draw_facebook_logo()
โค2
import turtle
def draw_square(color,size):
turtle.fillcolor(color)
turtle.begin_fill()
for i in range(4):
turtle.forward(size)
turtle.left(90)
turtle.end_fill()
def draw_facebook_logo():
turtle.speed(2)
turtle.bgcolor("white")
turtle.penup()
turtle.goto(-80,60)
turtle.pendown()
# draw the blue background
draw_square('#3b5998',200)
# draw the white letter 'f'
turtle.penup()
turtle.goto(-50,60)
turtle.pendown()
turtle.color("white")
turtle.write("f", font=('Arial',120,'normal'))
#hide the turtle
turtle.hideturtle()
turtle.done()
draw_facebook_logo()
def draw_square(color,size):
turtle.fillcolor(color)
turtle.begin_fill()
for i in range(4):
turtle.forward(size)
turtle.left(90)
turtle.end_fill()
def draw_facebook_logo():
turtle.speed(2)
turtle.bgcolor("white")
turtle.penup()
turtle.goto(-80,60)
turtle.pendown()
# draw the blue background
draw_square('#3b5998',200)
# draw the white letter 'f'
turtle.penup()
turtle.goto(-50,60)
turtle.pendown()
turtle.color("white")
turtle.write("f", font=('Arial',120,'normal'))
#hide the turtle
turtle.hideturtle()
turtle.done()
draw_facebook_logo()
โค1
This media is not supported in your browser
VIEW IN TELEGRAM
Download The Source Code for this Animation https://github.com/SortedCoding/FingerPrintAnimation
โค1
This media is not supported in your browser
VIEW IN TELEGRAM
Download Source Code For This Animation https://github.com/SortedCoding/NavBarAnimation
โค1