Buying products for your job: estimating value, convincing your boss

You’ve discovered a product that might help you with your job: perhaps a book that will teach you a new and relevant skill, or software that will speed up development. Since you do want to write software better and faster, you are considering buying this product. But, then again, the product costs money, and maybe that money is better spent on something else. So should you buy the product or not? How do you decide? And if it is worth […]

Read more

Pymongo based CLI client, to run operation on existing databases and collections

Pymongo based CLI client, to run operation on existing databases and collections Program developed by Gustavo Wydler Azuaga – 12-01-2021 NOTE: Program screenshots can be viewed in the Screenshots folder Program description: The program is a command line interface client developed in python, which uses the pymongo libraries to connect to existing databases, and run operations and queries. It is an interactive program based on numbered options. Requirements to operate the program: Mongo server running on localhost At least one […]

Read more

Fast subdomain scanner, Takes arguments from a Json file (“args.json”) and outputs the subdomains

Fast subdomain scanner, Takes arguments from a Json file (“args.json”) and outputs the subdomains. File Structure core/ db/ README.md LICENCE subx.py args.json Installation ▶ git clone https://github.com/whoamisec75/subx.git ▶ cd subx ▶ python3 subx.py Usage First add domain, concurrency, wordlist in args.json: { “domain”: “google.com”, “concurrency”: 40, “wordlist”: “db/wordlist.txt” } Now run    

Read more

An interactive aquarium for your terminal

An interactive aquarium for your terminal, written using pytermgui. The project got its name from the Common Watersnake, also known as Nerodia Sipedon. It is meant to be an example project for the pytermgui framework, but later down the line might become its own entity as TUI game. Updates might not be too frequent, as the parent framework enjoys priority at the moment. This is a passion project of mine however, so I do not plan on abandoning it. It […]

Read more

Geographical Process Automation with Python on Esri ArcGIS and QGIS

Introducción Python es un potente lenguaje de programación interpretado con licencia de código abierto que soporta orientación a objetos y es comúnmente utilizado para la automatización de tareas en herramientas geográficas en ArcGIS Desktop y QGIS. Las herramientas que hacen parte de Python están disponibles en versiones de 32 y 64 bits, existiendo una limitante de hasta máximo 2GB en el tamaño de los archivos que pueden ser cargados en memoria para sistemas de 32 bits. Para el procesamiento profesional […]

Read more

Create Discord Accounts Semi-Automatically Without Captcha Solving API Key

Create Discord Accounts Semi-Automatically without captcha solving api key IMPORTANT: Your chromedriver version should be the same version as your chrome browser version! Get chromedriver from here: https://chromedriver.chromium.org/downloads Feautures Automatically generate username Automatically generate password Automatically generate email Randomly choose date Automatically get 0Auth token Future Goals Verify account with temporary mail Install all the required python modules: To run this program, you should execute this: You have to fill in the captcha! The program is made to not do […]

Read more

Step by step development of a vending coffee machine project, including tkinter, sqlite3, simulation, etc

A project of development of a vending machine using Python standard modules, in 8 steps plain Python single machine operation functions-lists-dictionaries single machine classes single machine classes -reading files-coin management single machine tkinter vending machine interface database connection single machine multiple machines in database tkinter multiple machines interface and simulator Start reading the handouts GitHub View Github    

Read more

Run this code to blink your ThinkPad LED with a hidden mysterious Morse code

Run this code to blink your ThinkPad LED with a hidden mysterious Morse code! 😉Compatible with python3.9+. No third-party library is required, implemented in pure python.Make sure that you have required permissions to write to led acpi file descriptor. Installation Installation of tmorse is a little complicated due to need of superuser access.Recommended way is using pipx. First, install pipx: Then install tmorse by using command below: sudo -HE env “PATH=$PATH” pipx install –python python3.9 tmorse P.S: TMorse is supported […]

Read more
1 448 449 450 451 452 1,036