COMO HACER UN KEYLOGGER - 1

Cómo instalar PyCharm, entorno de trabajo del vídeo: https://youtu.be/kJP7f7cU03M 

#Python

 #Hacking

 #Keylogger

COMO HACER UN KEYLOGGER - 2

GitHub del proyecto: https://github.com/errodringer/keylogger

Cómo instalar PyCharm, entorno de trabajo del vídeo: https://youtu.be/kJP7f7cU03M

para instalar PYNPUT y el resto de librerías: https://youtu.be/HlmUaYKjjZc

PYTHON GUI CON PyQt5 

Para ello vamos a utilizar las siguientes librerías: PyQt5 | pip install pyqt5

PyQt5-tools | pip install pyqt5-tools

PyInstaller | pip install pyinstaller


WEB SCRAPING

Las librerías que vamos a utilizar en este vídeo son:

- beautifulsoup4

- requests

- pandas

HILOS EN PYTHON

Pandas 🐼 en 14 minutos

El DataSet utilizado podéis descargarlo en el siguiente enlace: https://archive.ics.uci.edu/ml/datase... - Página web de pandas: https://pandas.pydata.org/

 - Para instalar librerías: https://www.youtube.com/watch?v=HlmUa... 

- Instalar Jupyter Notebook, entorno de trabajo del vídeo: https://www.youtube.com/watch?v=5XuCa...


 PYGAME en PYTHON:

 juego SNAKE

En mi GitHub está el código completo: https://github.com/rodgomrod/pygame_s...

Cómo instalar PyCharm, entorno de trabajo del vídeo: https://youtu.be/kJP7f7cU03M

para instalar PYGAME: https://youtu.be/HlmUaYKjjZc pip install pygame | pip3 install pygame  #si estas con python3 en linux

HACER una RED NEURONAL

KERAS 🤩 *Tensorflow*

https://www.kaggle.com/c/dogs-vs-cats

¿Cómo funciona una red neuronal?

https://www.youtube.com/watch?v=MRIv2...

Podéis visitar los repositorios de GitHub de los proyectos del canal: https://github.com/errodringer/cnn_pe...

Google Dinosaur Game Bot

en Python

https://github.com/errodringer/dinobot

Podéis visitar el repositorio de GitHub del bot del dinosaurio de Google Chrome: https://github.com/errodringer/dinobot


😃 Reconocimiento Facial 🧒 PYTHON - OPENCV

Clasificador pre-entrenado: https://github.com/vschs007/realtime-... Podéis visitar el repositorio de GitHub del código del vídeo: https://github.com/errodringer/face_r...

Código basado en el artículo de geeksforgeeks: https://www.geeksforgeeks.org/face-de...

 

crear SUBTÍTULOS automáticos

en YOUTUBE

Podéis visitar el repositorio de GitHub del código del vídeo:

 https://github.com/errodringer/genera...

INTELIGENCIA ARTIFICIAL

Qué es? 💡 Cómo aprende? 😵 Programar 😱 

Podéis visitar el repositorio de GitHub del código del vídeo:

 https://github.com/errodringer/ia_car


 OPENPYXL

Trabajar en EXCEL desde PYTHON

Documentación de la librería: https://openpyxl.readthedocs.io/en/st... 

Repositorio de GitHub del código del vídeo: https://github.com/errodringer/python...

CONVERTIR un archivo .PY

a un .EXE

Comando para copy-paste:

pyinstaller --clean --onefile --windowed [tufichero].py

DETECTOR DE IDIOMAS 

con INTELIGENCIA ARTIICIAL Y FLASK 

Repositorio de GitHub del código del vídeo: https://github.com/errodringer/detect... 

Fuente de datos

:http://www.statmt.org/europarl/


Curso Python Pokemon (¡FÁCIL!)  Python Clases y Objetos

Descargar el Código (English): https://github.com/rylanpfowers/YouTube 

Pokemon School #2:

 https://www.youtube.com/watch?v=D1Ryf... SWAMPERT IS THE SECOND STRONGEST POKEMON OF ALL TIME:

 https://www.youtube.com/watch?v=gtocJ... 

Pokemon Stadium: All Fainting Animations: https://www.youtube.com/watch?v=7kNMZ...

 Ash Throwing a Pokéball Episode vs Movie (I Choose You Edition):

https://www.youtube.com/watch?v=yiQ4W... 

Pokemon Music Transcribed and Performed by Nayuki:

 https://www.nayuki.io/

 Pokemon Red & Blue OST - Sound Effects: https://www.youtube.com/watch?v=qEg9w...

Pokemon Cry Comparison (Gen I) - Original vs. Updated:

 https://www.youtube.com/watch?v=3pOGP...

Enseñar a tu Computadora a Escribir - Python Ngram 

Aprendemos sobre el procesamiento del lenguaje natural en Python. Usaremos ngrams (unigram, bigram, trigram) para enseñar a nuestra computadora.

Crear Barra de Carga

 Barra de Progreso


Sucesión de Fibonacci Python

Jerigonza Python Traductor 

Python Piedra Papel

y Tijera


Juego

Conecta 4

Regresión Lineal Python Sklearn

Regresión Logística  (El TITANIC)


Aprendizaje Automático Intro

Redes Neuronales Visualización

Leer COVID-19 Datos 



Mad Libs (Historias Locas), Adivina el Número, Adivina el Número (Computadora), Piedra, Papel o Tijera, El Ahorcado y Búsqueda Binaria

Repositorio:

🔗 Todos los proyectos: https://github.com/estefaniacn/freeco... 

🔗 Mad Libs (Historias Locas): https://github.com/estefaniacn/freeco... 

🔗 Adivina el Número: https://github.com/estefaniacn/freeco...

 🔗 Adivina el Número (Computadora): https://github.com/estefaniacn/freeco... 

🔗 Piedra, Papel o Tijera: https://github.com/estefaniacn/freeco... 

🔗 El Ahorcado: https://github.com/estefaniacn/freeco... 

🔗 Búsqueda Binaria: https://github.com/estefaniacn/freeco...

 Calculadora Basica

[DESDE 0]

Cuenta/Bar

 


ASISTENTE VIRTUAL

Crea tu propia Alexa/Siri en Python

Recursos: Enlace al repositorio de GitHub

https://github.com/avmmodules/virtual... ] Requisitos: Visual Studio Code y tener instalado Python, los paquetes los instalo en el video, los cuales son los siguientes:

● Paquete 1: SpeechRecognition

https://pypi.org/project/SpeechRecogn... ]

Comando: pip install SpeechRecognition

● Paquete 2: pyttsx3

https://pypi.org/project/pyttsx3/ ]

Comando: pip install pyttsx3

● Paquete 3: PyAudio

https://pypi.org/project/PyAudio/ ]

Comando: pip install PyAudio

Si te marcó error (en el paquete 3) al igual que en el video, puedes descargar el archivo .whl aquí: https://www.lfd.uci.edu/~gohlke/pytho... 

● Paquete 4: pywhatkit

https://pypi.org/project/pywhatkit/ ]

Comando: pip install pywhatkit

● Paquete 5: urllib [ No aplica ]

Comando: [ No aplica ]

● Paquete 6: wikipedia [ https://pypi.org/project/wikipedia/ ] Comando: pip install wikipedia

Link de la API KEY: https://console.developers.google.com

Instala voces en Windows: https://youtu.be/W15n99e40rI

Página Web con Python 3 

 

 

Reconocimiento Facial y de Objetos

utilizando OpenCV y Python

Servidor de Discord El Taller De TD: https://discord.gg/zXKTWfc 

Repositorio de OpenCV (Haarcascade reconocimiento facial): 

https://github.com/opencv/opencv/tree... Haarcascades detección de vehículos

:https://github.com/andrewssobral/vehi... 

Instalación OpenCV Python a través de pip: pip install opencv-python Código del proyecto en Github: https://gist.github.com/imTDB/fac707c...

 Recursos Extras:

Face Detection in 2 Minutes using OpenCV & Python - https://towardsdatascience.com/face-d...


Crea un código QR con Python

Programando un robot en Pythonjunto con PyCharm

Automatiza tus tareas con Python! (Selenium)