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

A short program that takes the input from your microphone and uses OpenGL to draw a live colourful pattern

This is a short program that takes the input from your microphone and uses OpenGL to draw a live colourful pattern Installation and Setup This project will not have any documentation written up for on http://readthedocs.io, all the information you need should be here; if you encounter any issues of course feel free to email me at: [email protected] or message me on Twitter: https://twitter.com/PycraftDev. Assuming you have already installed Python, you can install the project by: Open terminal or command […]

Read more

BestBuy Script Designed to purchase any item when it becomes available

prerequisites: Selnium; undetected-chromedriver. This Script is designed to order an Item provided a link from BestBuy.com only. If the item is unavailable, then the page will continue to refresh until it appears to be in stock. Works best with local BestBuy stores that have “Local Pickup” as an option. Passing your information to the Script – Open the file “order_info” and enter your information. This will only work if you have an already set-up BestBuy account that includes a payment […]

Read more

Creating of virtual elements of the graphical interface using opencv and mediapipe

Button By default the button is inactive. On hovering the index finger, the button is active. To make a click, you need to bend your index finger halfway. Radio button By default the first radio button is active. When you hover your index finger, the selected button becomes active. Checkbox By default all checkboxes are inactive. When you hover your index finger, the selected box becomes active or inactive. Switch By default the switch turn off. Swipe the switch to […]

Read more

A helper bot for poketwo which provide various functionalities on top of being a pokedex

⚠️ This is just the copy of the actual Aerial-Ace repository used for the bot. The original repo is made private because it contains data of the users. This repo is exact copy of the original repo except data files (which are empty). The data files contain the format in which the data is stored. Aerial Ace is a helper bot for poketwo which provide various functionalities on top of being a pokedex. Prefix : -aa Features View Dex entry […]

Read more

A pull switch (or BYO button) that gets you out of video calls, quick

a pull switch (or BYO button) that gets you out of video calls, quick. As seen on Twitter System compatibility Tested on macOS Catalina (10.15) Ends Zoom + Google Meet calls (in Google Chrome) What is what? code.py is the firmware for the Feather zoomout-alfred.alfredworkflow is the Alfred Workflow to kill video chats zoomout.scpt is the script that runs inside the Workflow (not needed if you use Alfred) zoomout-handle.stl and zoomout-mount are the 3d print files for the handle and […]

Read more
1 340 341 342 343 344 928