→ Plantilla de registro para Python

Related tags

Miscellaneouspython
Overview

🔧 Pasos Necesarios

CMD

🖥️ SOCKETS

pip install sockets

🎨 COLORAMA

pip install colorama

💻 Código

register-by-inputs

from turtle import color # Importes
import sockets # Importes
import colorama # Importes
from colorama import Fore, Style # Importes
print(Fore.RED + "[!] ES NECESARIO UN REGITRO") # AVISO

print("\n") # Separación

print(Fore.BLUE + "Su Nombre:", end="") # Imput ·1
nombre = input()
print(Fore.LIGHTMAGENTA_EX + f"[!] Nuevo Dato Registrado {nombre}")  # AVISO

print("\n") # Separación

print(Fore.BLUE + "Su Contraseña:", end="")  # Imput ·2
contraseña = input()
print(Fore.LIGHTMAGENTA_EX + f"[!] Nuevo Dato Registrado {contraseña}")  # AVISO

print("\n") # Separación

print(Fore.BLUE + "Su Fecha De Nacimiento: \n", end="")  # Imput ·3
print(Fore.BLUE + "EJEMPLO: 20/02/1997")
nacimiento = input()
print(Fore.LIGHTMAGENTA_EX + f"[!] Nuevo Dato Registrado {nacimiento}")  # AVISO

print("\n") # Separación

print(Fore.LIGHTYELLOW_EX + "¡¡¡Registro Éxisotoso!!! \n ") # AVISO
print(Fore.LIGHTYELLOW_EX + " Información Resgistrada: \n ") # AVISO
print(f"Tu Nombre: {nombre} \n ") # Guardado
print(f"Tu Contraseña: {contraseña} \n ") # Guardado
print(f"Tu Fecha De Nacimiento: {nacimiento} \n ") # Guardado
print(Fore.LIGHTCYAN_EX + "Developed by: Panda.xyz") # Créditos
Owner
Panda.xyz
🌙 Hello World! Im Panda.xyz, Discord Developer, Cibersecurity & Website Dev
Panda.xyz
A simple flashcard app built as a final project for a databases class.

CS2300 Final Project - Flashcard app 'FlashStudy' Tech stack Backend Python (Language) Django (Web framework) SQLite (Database) Frontend HTML/CSS/Java

Christopher Spencer 2 Feb 03, 2022
Telegram bot for Urban Dictionary.

Urban Dictionary Bot @TheUrbanDictBot A star ⭐ from you means a lot to us! Telegram bot for Urban Dictionary. Usage Deploy to Heroku Tap on above butt

Stark Bots 17 Nov 24, 2022
Advanced IPv4 Subnet Calculator in Python3

Advanced IPv4 Subnet Calculator in Python3 Table of Contents Getting Started Installation How it works? SVI Configuration Template Previews Getting St

Osama Abbas 1 May 10, 2022
Terrible sudoku solver with spaghetti code and performance issues

SudokuSolver Terrible sudoku solver with spaghetti code and performance issues - if it's unable to figure out next step it will stop working, it never

Kamil Bizoń 1 Dec 05, 2021
Basit bir sunucu - istemci örneği

basitSunucuistemci Aşağıdaki adresteki uygulamadaki process kapanmama sorununun çözülmesi ile oluşturulmuş yeni depo https://github.com/pricheal/pytho

Ali Orhun Akkirman 10 Dec 27, 2022
Button paginator using discord_components

Button Paginator With discord-components Button paginator using discord_components Welcome! It's a paginator for discord-componets! Thanks to the orig

Decave 7 Feb 12, 2022
CarolinaCon CTF Online

CarolinaCon Online CTF CTF challenges from CarolinaCon Online April 23 through April 25, 2021. All challenges from the CTF will eventually be here. Co

49th Security Division 6 May 04, 2022
My Analysis of the VC4 Assembly Code from the RPI4

My Analysis of the VC4 Assembly Code from the RPI4

Nicholas Starke 31 Jul 13, 2022
A python script that fetches the grades of a student from a WAEC result in pdf format.

About waec-result-analyzer A python script that fetches the grades of a student from a WAEC result in pdf format. Built for federal government college

Oshodi Kolapo 2 Dec 04, 2021
Minimalistic Gridworld Environment (MiniGrid)

Minimalistic Gridworld Environment (MiniGrid) There are other gridworld Gym environments out there, but this one is designed to be particularly simple

Maxime Chevalier-Boisvert 1.7k Jan 03, 2023
This is where I learn machine learning

This is where I learn machine learning🤷‍ This means that this repo covers no specific topic of machine learning or a project - I work in here when I want to learn/try something

Wilhelm Berghammer 47 Nov 16, 2022
A collection of repositories used to realise various end-to-end high-level synthesis (HLS) flows centering around the CIRCT project.

circt-hls What is this?: A collection of repositories used to realise various end-to-end high-level synthesis (HLS) flows centering around the CIRCT p

29 Dec 14, 2022
A Non profit app built on top of Frappe framework & ERPNext

Non Profit A Non profit app built on top of Frappe framework & ERPNext. People who change the world need the tools to do it! The Non Profit Modules of

Frappe 16 Nov 17, 2022
Hitchhikers-guide - The Hitchhiker's Guide to Data Science for Social Good

Welcome to the Hitchhiker's Guide to Data Science for Social Good. What is the Data Science for Social Good Fellowship? The Data Science for Social Go

Data Science for Social Good 907 Jan 01, 2023
Скрипт позволяет выгрузить участников чатов/каналов(по чату для комментариев) и сообщения в различные форматы файлов.

TG-Parser Парсер участников и сообщений из ТГ-Чатов и чатов для комментариев в ТГ-Каналах Возможности Выгрузка участников групп/каналов(по чату для ко

50 Jan 06, 2023
Hspice-Wave-Generator is a tool used to quickly generate stimuli souces of hspice format

Hspice-Wave-Generator is a tool used to quickly generate stimuli souces of hspice format. All the stimuli sources are based on `pwl` function of HSPICE and the specific complex operations of writing

3 Aug 02, 2022
Swubcase - The shitty programming language

What is Swubcase? Swubcase is easy-to-use programming language that can fuck you

5 Jun 19, 2022
LAPS module for CrackMapExec

Crackmapexec-LAPS LAPS module for CrackMapExec Make sure to point to the DC Specify the full domain name Be careful the rid 500 might not be "Administ

28 Oct 05, 2022