Posts by Richard Marcelo • 25 points
5 posts
-
1
votes1
answer33
viewsQ: Bs4 returning only version
Opa, I’m creating a tool that searches the wordpress version and prints on screen (requests + bs4). Excerpt from the code: def versao(): r = requests.get('https://'+f'{site}') html = r.text sopinha…
pythonasked Richard Marcelo 25 -
0
votes4
answers59
viewsQ: Div in the center next to each other
I’m creating a website, created some Ivs and wanted them to be next to each other centralized, I tried with float but it is below. CSS: .fundopython{ background:#232323; width:200px; height:250px;…
-
-1
votes1
answer33
viewsQ: Put gif in Typewrite
Hello, I would like to add a gif in front of a text using the Typewrite effect. Css code: html { height: 100%; overflow: hidden; } body { height: 100%; width: 100%; color: #fff; font-family:…
-
-2
votes2
answers90
viewsQ: Change Directory and run command
I want to make a script that enters a directory and after entering execute a command, and then show the result on the screen. Example: cd /usr/share/nmap/scripts (DIRETÓRIO pra ele ENTRAR) ls | grep…
pythonasked Richard Marcelo 25 -
-1
votes1
answer57
viewsQ: Syntaxerror: Invalid Syntax
I was creating a tool in Python, but when I went to run it gives this error. Excerpt from the code: while True: opcao = int(input("Digite a opcao desejada: ") if opcao == 1: arquivo =…
pythonasked Richard Marcelo 25