Welcome back! In this tutorial we will be comparing images using NumPy and CV2 modules along with pre-installed os and random modules. So all we…
Tag: tutorial
Hello guys and welcome ! In this tutorial we will be sliding trough the basic use of google dorks using Google hacking database (Exploit database)…
Hello guys and welcome! This time we will be talking a bit about REGEX. Regex or regexp is a regular expression, a sequence of characters…
Making Twitter Cats and Dogs BOT in Python | Listening to some music and programming | No rush :)
Posted in VIDEOS
Hello and welcome, in this tutorial i will take things slowly. I will not edit out errors from the video instead i will just fix…
Hello and welcome! Today we are going to be building a few PenTesting tools with python. I hope you understand every bit of code, if…
Hello and welcome, today we are doing some predictions with python. Here is the python code:
NMAP (+Zenmap) For Beginners | LBOET | HOXFRAMEWORK Welcome ! In this tutorial we will learn about NMAP , a network mapping tool that is…
Simple Roulette and Coinflip with Python | LBOET | HOX Hello people and welcome. In this tutorial i will show you how to easily make…
Basics of LaTeX | LBOET | HOXFRAMEWORK
Posted in VIDEOS
Hello guys and welcome, in this tutorial I’m gonna be showing you the ABCs of LaTeX. LaTeX is a document preperation system that makes it…
redline.py code: import wolframalpha global solution solution = [“solution:”] def red_line(question): try: # c = wolframalpha.Client(‘YOUR API HERE’) res = c.query(question) solve = next(res.results).text solver…
