→ 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
This tool allows you to do goole dorking much easier

This tool allows you to do goole dorking much easier

Steven 8 Mar 06, 2022
Semester long, web application project for CSCI 4370/6370 (Database Management)

Database_Project Prototype ideas for website: Computer Science library (Sells books, products, etc.) Code editor Graph visualizer / creator (can save

Jordan Harman 4 Feb 17, 2022
NES development tool made with Python and Lua

NES Builder NES development and romhacking tool made with Python and Lua Current Stage: Alpha Features Open source "Build" project, which exports vari

10 Aug 19, 2022
Comics/doujinshi reader application. Web-based, will work on desktop and tablet devices with swipe interface.

Yomiko Comics/doujinshi reader application. Web-based, will work on desktop and tablet devices with swipe interface. Scans one or more directories of

Kyubi Systems 26 Aug 10, 2022
Tiling manager which runs on top of EWMH window managers.

PyTyle is an extremely versatile and extensible tiling manager that is meant to be used on top of EWMH window managers. Its feature set was modeled af

55 Jul 29, 2021
Ballcone is a fast and lightweight server-side Web analytics solution.

Ballcone Ballcone is a fast and lightweight server-side Web analytics solution. It requires no JavaScript on your website. Screenshots Design Goals Si

Dmitry Ustalov 49 Dec 11, 2022
Jarvis Python BOT acts like Google-assistance

Jarvis-Python-BOT Jarvis Python BOT acts like Google-assistance Setup Add Mail ID (Gmail) in the file at line no 82.

Ishan Jogalekar 1 Jan 08, 2022
Scraping comments from the political section of popular Nigerian blog (Nairaland), and saving in a CSV file.

Scraping_Nairaland This project scraped comments from the political section of popular Nigerian blog www.nairaland.com using the Python BeautifulSoup

Ansel Orhero 1 Nov 14, 2021
Proyecto desarrollado para el programa #FutureDevelopers, tabla periódica interactiva.

Tabla_Periodica Proyecto desarrollado para el programa #FutureDevelopers, tabla periódica interactiva. Descripcion primer entregable: Tabla periodica

1 Dec 04, 2021
A replacement of qsreplace, accepts URLs as standard input, replaces all query string values with user-supplied values and stdout.

Bhedak A replacement of qsreplace, accepts URLs as standard input, replaces all query string values with user-supplied values and stdout. Works on eve

Eshan Singh 84 Dec 31, 2022
Ikaros is a free financial library built in pure python that can be used to get information for single stocks, generate signals and build prortfolios

Ikaros is a free financial library built in pure python that can be used to get information for single stocks, generate signals and build prortfolios

Salma Saidane 64 Sep 28, 2022
Project Guide for ASAM OpenX standards

ASAM Project Guide Important This guide is a work in progress and subject to change! Hosted version available at: ASAM Project Guide (Link) Includes:

ASAM e.V. 2 Mar 17, 2022
A dog facts python module

A dog facts python module

Fayas Noushad 3 Nov 28, 2021
create cohort visualizations for a subscription business

pycohort The main revenue generator for subscription businesses is recurring payments. There might be additional one-time offerings but the number of

Yalim Demirkesen 4 Sep 09, 2022
A simple python project which control paint brush in microsoft paint app

Paint Buddy In Python A simple python project which control paint brush in micro

Ordinary Pythoneer 1 Dec 27, 2021
This is a backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11.

This is a backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11. It contains the following: The exceptiongroup.BaseExceptionG

Alex Grönholm 19 Dec 15, 2022
Check is a integer is even

Is Even Check if interger is even using isevenapi. https://isevenapi.xyz/ Main features: cache memoization api retry handler hide ads Install pip inst

Rosiney Gomes Pereira 45 Dec 19, 2022
Repository for DNN training, theory to practice, part of the Large Scale Machine Learning class at Mines Paritech

DNN Training, from theory to practice This repository is complementary to the deep learning training lesson given to les Mines ParisTech on the 11th o

Alexandre Défossez 6 Nov 14, 2022
A simple but fully functional calculator that will take multiple operations.

Functional-Calculator A simple but fully functional calculator that will take multiple operations. Usage Run the following command through terminal: p

Uzziel Ariel 1 Dec 22, 2022
Datasets with Softcatalà website content

softcatala-web-dataset This repository contains Sofcatalà web site content (articles and programs descriptions). Dataset are available in the dataset

Softcatalà 2 Dec 26, 2021