→ 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
SimBiber - A tool for simplifying bibtex with official info

SimBiber: A tool for simplifying bibtex with official info. We often need to sim

336 Jan 02, 2023
SkyPort console user terminal written in python

SkyPort terminal implemented as a console script written in Python Description Sky Port is an universal bus between user software and compute resource

Sky Workflows 1 Oct 23, 2022
Pixelarticons - Pixel Art Icons made simple for Flutter, powered by pixelarticons and fontify

Pixelarticons - Pixel Art Icons made simple for Flutter, powered by pixelarticons and fontify

lask 16 Dec 12, 2022
Simple tooling for marking deprecated functions or classes and re-routing to the new successors' instance.

pyDeprecate Simple tooling for marking deprecated functions or classes and re-routing to the new successors' instance

Jirka Borovec 45 Nov 24, 2022
This python code will get requests from SET (The Stock Exchange of Thailand) a previously-close stock price and return it in Thai Baht currency using beautiful soup 4 HTML scrapper.

This python code will get requests from SET (The Stock Exchange of Thailand) a previously-close stock price and return it in Thai Baht currency using beautiful soup 4 HTML scrapper.

Andre 1 Oct 24, 2022
A community-driven python bot that aims to be as simple as possible to serve humans with their everyday tasks

JARVIS on Messenger Just A Rather Very Intelligent System, now on Messenger! Messenger is now used by 1.2 billion people every month. With the launch

Swapnil Agarwal 1.3k Jan 07, 2023
Fixes your Microphone Level to one specific value.

MicLeveler Fixes your Microphone Level to one specific value. Intention A friend of mine has the problem that some programs are setting his microphone

Moritz Timpe 2 Oct 14, 2021
A Python library to simulate a Zoom H6 recorder remote control

H6 A Python library to emulate a Zoom H6 recorder remote control Introduction This library allows you to control your Zoom H6 recorder from your compu

Matias Godoy 68 Nov 02, 2022
Rates how pog a word or user is. Not random and does have *some* kind of algorithm to it.

PogRater :D Rates how pogchamp a word is :D A fun project coded by JBYT27 using Python3 Have you ever wondered how pog a word is? Well, congrats, you

an aspirin 2 Jun 25, 2022
A docker container (Docker Desktop) for a simple python Web app few unit tested

Short web app using Flask, tested with unittest on making massive requests, responses of the website, containerized

Omar 1 Dec 13, 2021
Multifunctional Analysis of Regions through Input-Output

MARIO Multifunctional Analysis of Regions through Input-Output. (Documents) What is it MARIO is a python package for handling input-output tables and

14 Dec 25, 2022
A series of basic programs written in Python

Primeros programas en Python Una serie de programas básicos escritos en Python

Madirex 1 Feb 15, 2022
The Great Autoencoder Bake Off

The Great Autoencoder Bake Off The companion repository to a post on my blog. It contains all you need to reproduce the results. Features Currently fe

Tilman Krokotsch 61 Jan 06, 2023
Paintbot - Forward & Inverse Kinematics

PAINTBOT - FORWARD & INVERSE KINEMATICS: Overview: We built a simulation of a RRR robot shown in the figure below. The robot has 3 links and is connec

Alex Lin 1 Oct 21, 2021
Python program to start your zoom meetings

zoomstarter Python programm to start your zoom meetings More about Initially this was a bash script for starting zoom meetings, but as i started devel

Viktor Cvetanovic 2 Nov 24, 2021
Statically typed BNF with semantic actions; A frontend of frontend frameworks; Use your grammar everywhere.

Statically typed BNF with semantic actions; A frontend of frontend frameworks; Use your grammar everywhere.

Taine Zhao 56 Dec 14, 2022
sfgp is a package that aggregates individual scripts and notebooks, primarily written for the basic analysis tasks of genetics and pharmacogenomics data.

sfgp is a package that aggregates individual scripts and notebooks, primarily written for the basic analysis tasks of genetics and pharmacogenomics data.

Vishal Sarsani 1 Mar 31, 2022
Polypheny Connector for Python

Polypheny Connector for Python This enables Python programs to access Polypheny databases, using an API that is compliant with the Python Database API

Polypheny 3 Jan 03, 2022
This is a Python program I wrote to simulate the solar system with 79 lines of code.

Solar System With Python This is a Python program I wrote to simulate the solar system with 79 lines of code. Required modules tkinter, math, time Why

Mehmet Aydoğmuş 1 Oct 26, 2021
Calculadora-basica - Calculator with basic operators

Calculadora básica Calculadora com operadores básicos; O programa solicitará a d

Vitor Antoni 2 Apr 26, 2022