Screenshot 2024-07-30 021639.png
93.6 KB
Login and Register System Tutorial: HTML, CSS, and JavaScript for Beginners
Download Source code ๐
https://github.com/SortedCoding/WebsiteLoginRegister
Download Source code ๐
https://github.com/SortedCoding/WebsiteLoginRegister
๐ฅ1
sky4.png
4 MB
BUILD A COMPLETE LOGIN AND REGISTER SYSTEM WITH HTML CSS and JavaScript 1-Hour Step-by-Step Tutorial
Download Source Code ๐
https://github.com/SortedCoding/WebsiteLoginRegisterSkyBLue
Download Source Code ๐
https://github.com/SortedCoding/WebsiteLoginRegisterSkyBLue
๐ฅ1
lake2.png
7.6 MB
BUILD A COMPLETE LOGIN AND REGISTER SYSTEM WITH HTML CSS and JavaScript 1-Hour Step-by-Step Tutorial
Download Source Code ๐
https://github.com/SortedCoding/WebsiteLake
Download Source Code ๐
https://github.com/SortedCoding/WebsiteLake
๐ฅ1
image9.png
6.5 MB
Soothing Login Form Creation with HTML & CSS
Download Source code ๐:-
https://github.com/SortedCoding/BeautifuloginForm12
Download Source code ๐:-
https://github.com/SortedCoding/BeautifuloginForm12
๐ฅ1
image12.png
8.2 MB
Stylish Login Form with HTML & CSS
Download Source code ๐:-
https://github.com/SortedCoding/BeautifulLoginForm15
Download Source code ๐:-
https://github.com/SortedCoding/BeautifulLoginForm15
๐ฅ1
image10.png
8.1 MB
Soothing Login Form Design | ASMR HTML & CSS
Download Source code ๐:-
https://github.com/SortedCoding/BeautifulloginForm13
Download Source code ๐:-
https://github.com/SortedCoding/BeautifulloginForm13
๐ฅ1
Screenshot 2024-08-02 094559.png
2.8 MB
Create a Sleek Black Login Page with HTML & CSS
Download Source code ๐
https://github.com/SortedCoding/BeautifulloginForm16
Download Source code ๐
https://github.com/SortedCoding/BeautifulloginForm16
๐ฅ1
image11.png
6.7 MB
Calming Code: Designing a Modern Login Form with HTML & CSS
Download Source code ๐
https://github.com/SortedCoding/BeautifulLoginForm14
Download Source code ๐
https://github.com/SortedCoding/BeautifulLoginForm14
๐ฅ1
image13.png
6 MB
Login Form Tutorial with HTML & CSS
Download Source code ๐
https://github.com/SortedCoding/BeautifulLoginForm21
Download Source code ๐
https://github.com/SortedCoding/BeautifulLoginForm21
๐ฅ1
image15.png
10.1 MB
Create a Simple Login Form with HTML & CSS
Download Source code ๐
https://github.com/SortedCoding/BeautifulLoginForm19
Download Source code ๐
https://github.com/SortedCoding/BeautifulLoginForm19
๐ฅ1
image14.png
8.4 MB
FROM SCRATCH TO SUCCESS: Build a Modern Login Form with HTML & CSS
Download Source code ๐
https://github.com/SortedCoding/BeautifulLoginform18
Download Source code ๐
https://github.com/SortedCoding/BeautifulLoginform18
๐ฅ1
image16.png
7 MB
Transform Your Website with a Custom Login Form: HTML & CSS
Download Source code ๐
https://github.com/SortedCoding/BeautifulLoginForm20
Download Source code ๐
https://github.com/SortedCoding/BeautifulLoginForm20
๐ฅ1
Web2.png
8 MB
How To Make A Website With Login And Register - HTML CSS & Javascript
Download Source code ๐
https://github.com/SortedCoding/WebsiteLoginRegisterMountain
Download Source code ๐
https://github.com/SortedCoding/WebsiteLoginRegisterMountain
๐ฅ1
--- Do you like me Source Code ---
import tkinter as tk
import random
def show_popup():
popup = tk.Toplevel(root)
popup.title("Popup")
label = tk.Label(popup, text="Thanks for Accepting")
label.pack(padx=20, pady=20)
def move_button(event):
x = random.randint(0, 350)
y = random.randint(0, 350)
no_button.place(x=x, y=y)
root = tk.Tk()
root.title("instagram: @SortedCoding")
root.geometry("400x400")
question_label = tk.Label(root, text="Do you like me?")
question_label.pack(pady=20)
yes_button = tk.Button(root, text="Yes", command=show_popup)
yes_button.pack()
no_button = tk.Button(root, text="No")
no_button.pack()
no_button.bind("<Enter>", move_button)
root.mainloop()
import tkinter as tk
import random
def show_popup():
popup = tk.Toplevel(root)
popup.title("Popup")
label = tk.Label(popup, text="Thanks for Accepting")
label.pack(padx=20, pady=20)
def move_button(event):
x = random.randint(0, 350)
y = random.randint(0, 350)
no_button.place(x=x, y=y)
root = tk.Tk()
root.title("instagram: @SortedCoding")
root.geometry("400x400")
question_label = tk.Label(root, text="Do you like me?")
question_label.pack(pady=20)
yes_button = tk.Button(root, text="Yes", command=show_popup)
yes_button.pack()
no_button = tk.Button(root, text="No")
no_button.pack()
no_button.bind("<Enter>", move_button)
root.mainloop()
๐ฅ1
SortedCoding pinned ยซ--- Do you like me Source Code --- import tkinter as tk import random def show_popup(): popup = tk.Toplevel(root) popup.title("Popup") label = tk.Label(popup, text="Thanks for Accepting") label.pack(padx=20, pady=20) def move_button(event):โฆยป
Website.png
328.2 KB
Create Your Personal Responsive Portfolio Website using HTML & CSS only ๐ https://github.com/SortedCoding/PersonalResponsivePortfolioWebsite
๐ฅ1
websitesky.png
4.1 MB
BUILD A COMPLETE LOGIN AND REGISTER SYSTEM WITH HTML CSS and JavaScript Download The Source code for this code ๐ https://github.com/SortedCoding/WebsiteSky1
๐ฅ1
Screenshot 2024-08-08 010243.png
155.1 KB
how you create an AFK bot in Python! requirement ๐ pip install pyautogui pip install random pip install time
๐ฅ1