amogus susus
@yzhacker
Hehehe boi
this python project can read the source code of any link
how to create:
import requests
link = input('enter the website link\n>>')
x = requests.get(li
Python
i need login& signup system
in html, css, js
how to make my repl from:
https://myrepl.qerewrad.repl.co
to:
https://myrepl.qerewrad.repl.co/login
in html, css ,js???
19wintersp If you create a file named "foo", it will be served at "https://myrepl.qerewrad.repl.co/foo".2 years ago
#modules
import time
import os
import colorama
import random
from colorama import *
#you can use like this import os, time, colorama, .....
def intro(
Python
this is python tutorial by: @Qerewrad
1- remember to write:
from termcolor import colored
> if this tutorial helps you upvote this post plz.
Thanks
Python
how to do button:
default button
to style it in html:
.btn1{
background-color:red;
color:white;
border:1px solid gray;
border-radius:20px;
}
.btn1:ho
HTML, CSS, JS
I don't know how........
.
.
.
.
RYANTADIPARTHI Solution
put a button tag, with a img tag. Like this.
like that. Put an image URL in the src
That should work2 years ago
tussiez If you are writing HTML
Solution (Plain HTML)
Use the ` element, and pu the ` tag inside.
For example,
`2 years ago
any one know how to do a button can change background color?
You Can Add a comment or
Join:
https://repl.it/join/gyjevoth-qerewrad
The HTML, CSS, JS l
RYANTADIPARTHI Solution
try using html, and css. It can do identifying. Like this.
.button {
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
Button
like that.
That should work2 years ago
- My First Tutorial -
Here a simple tutorial by Qerewrad
print("hello user")
Output: hello user
import random, time, os
Name = input("what is your nam
Python
any one know how to do a working search box
RYANTADIPARTHI Solution
here's a link for it.
https://www.w3schools.com/howto/howtocsssearchbar.asp2 years ago