→ 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
Install packages with pip as if you were in the past!

A PyPI time machine Do you wish you could just install packages with pip as if you were at some fixed date in the past? If so, the PyPI time machine i

Thomas Robitaille 51 Jan 09, 2023
Data Structures and Algorithms Python - Practice data structures and algorithms in python with few small projects

Data Structures and Algorithms All the essential resources and template code nee

Hesham 13 Dec 01, 2022
Convert text with ANSI color codes to HTML or to LaTeX.

Convert text with ANSI color codes to HTML or to LaTeX.

PyContribs 326 Dec 28, 2022
A collection of software that serve no purpose other than waste your time. Forking is encouraged!

the-useless-collection A collection of software that serve no purpose other than waste your time. Forking is encouraged! Requires Python 3.9. Usage Go

Imsad2 1 Mar 16, 2022
Files relating to polymtl university

This is a tool I developed quickly, which allows users to visualize class availability by day of the week for a given program at polymtl. The schedule

PN 3 Mar 15, 2022
Nick Craig-Wood's Website

Nick Craig-Wood's public website This directory tree is used to build all the different docs for Nick Craig-Wood's website. The content here is (c) Ni

Nick Craig-Wood 2 Sep 02, 2022
Explores the python bytecode, provides some tools to access it for fun and profit.

Pyasmtools - looking at the python bytecode for fun and profit. The pyasmtools library is made up of two parts A python bytecode disassembler . See Py

Michael Moser 299 Jan 04, 2023
CPython extension implementing Shared Transactional Memory with native-looking interface

CPython extension implementing Shared Transactional Memory with native-looking interface

21 Jul 22, 2022
Just another sentiment wrapper.

sentimany Just a simple sentiment tool. It just grabs a set of pre-made sentiment models that you can quickly use to attach sentiment scores to text.

vincent d warmerdam 15 Dec 27, 2022
Final Fantasy XIV Auto House Clicker

Final Fantasy XIV Auto House Clicker

KanameS 0 Mar 31, 2022
🦋 hundun is a python library for the exploration of chaos.

hundun hundun is a python library for the exploration of chaos. Please note that this library is in beta phase. Example Import the package's equation

kosh 7 Nov 07, 2022
Frappe app for authentication, can be used with FrappeVue-AdminLTE

Frappeauth App Frappe app for authentication, can be used with FrappeVue-AdminLTE

Anthony C. Emmanuel 9 Apr 13, 2022
resultados (data) de elecciones 2021 y código para extraer data de la ONPE

elecciones-peru-2021-ONPE Resultados (data) de elecciones 2021 y código para extraer data de la ONPE Data Licencia liberal, pero si vas a usarlo por f

Ragi Yaser Burhum 21 Jun 14, 2021
奇遇淘客服务器端

奇遇淘客 APP 服务器端 警告 正在使用 v0.2.0 版本的用户,请尽快升级到 v0.2.1。 v0.2.0 版本的 Docker 镜像中包含了有问题的 aiohttp。 奇遇淘客代码库 奇遇淘客 iOS APP 奇遇淘客 Android APP 奇遇淘客文档 服务器端文档 Docker 使用

奇遇科技 92 Nov 09, 2022
ColabFold / AlphaFold2_advanced on your local PC (or macOS)

LocalColabFold ColabFold / AlphaFold2_advanced on your local PC (or macOS) Installation For Linux Make sure curl and wget commands are already install

Yoshitaka Moriwaki 207 Dec 22, 2022
Anonfiles files leaker via keyword.

Anonfiles files leaker via keyword

Trac3D1y 6 Nov 23, 2022
Script to calculate delegator epoch returns for all pillars

znn_delegator_calculator Script to calculate estimated delegator epoch returns for all Pillars, so you can delegate to the best one. You can find me o

2 Dec 03, 2021
eyes is a Public Opinion Mining System focusing on taiwanese forums such as PTT, Dcard.

eyes is a Public Opinion Mining System focusing on taiwanese forums such as PTT, Dcard. Features 🔥 Article monitor: helps you capture the trend at a

Sean 116 Dec 29, 2022
We want to check several batch of web URLs (1~100 K) and find the phishing website/URL among them.

We want to check several batch of web URLs (1~100 K) and find the phishing website/URL among them. This module is designed to do the URL/web attestation by using the API from NUS-Phishperida-Project.

3 Dec 28, 2022
Lightweight and Modern kernel for VK Bots

This is the kernel for creating VK Bots written in Python 3.9

Yrvijo 4 Nov 21, 2021