awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gxcuizy avatar

gxcuizy/Python

0
View on GitHub↗
5,296 estrellas·1,476 forks·Python·6 vistas

Python

Este proyecto es una colección de scripts en Python y ejemplos de código fuente diseñados para aprender los fundamentos de la programación mediante la aplicación práctica. Funciona como un kit de herramientas para web scraping y automatización de navegadores, junto con una biblioteca de utilidades para el procesamiento de datos.

El repositorio incluye scripts para simular interacciones humanas con el fin de automatizar tareas web repetitivas y procesos de reserva en línea. También proporciona una base de datos estructurada de divisiones administrativas, incluyendo provincias, ciudades y distritos, para la gestión de datos geográficos y la validación de direcciones.

La colección abarca capacidades para extraer datos estructurados e imágenes de sitios web utilizando tanto controladores de navegador como peticiones de red. Otras utilidades permiten la manipulación de archivos de hoja de cálculo y la gestión de archivos comprimidos.

Features

  • Python Programming Tutorials - Provides instructional content and practical projects for learning the Python programming language.
  • Python Script Collections - Offers a diverse collection of Python scripts demonstrating practical applications of programming fundamentals and automation.
  • Web Task Automations - Automates repetitive browser-based workflows and site interactions such as online booking.
  • Web Data Scraping - Extracts structured data from public websites using automated scripts and browser automation.
  • Python Browser Automation Libraries - Provides Python toolkits for scripting browser interactions and simulating human user actions to automate web tasks.
  • Headless Web Scraping - Extracts structured data from websites using network requests instead of a full browser.
  • Browser Automation - Provides tools for simulating user interactions in web browsers to perform repetitive tasks.
  • Browser Automation - Controls web browsers programmatically to perform automated tasks and data extraction.
  • Web Scraping and Extraction - Provides tools for parsing HTML and using selectors to extract structured data from websites.
  • Geographic Hierarchy Organization - Organizes administrative regional data into nested structures for efficient lookup of provinces and cities.
  • Data Cleaning and Formatting - Automates data cleaning and formatting tasks by reading and modifying external spreadsheet files.
  • Spreadsheet Data Processing - Reads and modifies spreadsheet files to automate data cleanup and formatting tasks.
  • Spreadsheet Manipulation - Reads and modifies spreadsheet files to perform automated data cleanup and formatting.
  • Geographic Data - Provides structured retrieval of standardized regional entities and their administrative hierarchies.
  • State and Province Data - Provides a structured dataset of sub-national administrative divisions including provinces, cities, and districts.
  • Administrative Division Databases - Organizes geographic data for provinces, cities, and districts using structured data formats.
  • Data Processing Utilities - Includes utilities for transforming and manipulating data formats, specifically for cleaning spreadsheets and managing file archives.

Historial de estrellas

Gráfico del historial de estrellas de gxcuizy/pythonGráfico del historial de estrellas de gxcuizy/python

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace gxcuizy/python?

Este proyecto es una colección de scripts en Python y ejemplos de código fuente diseñados para aprender los fundamentos de la programación mediante la aplicación práctica. Funciona como un kit de herramientas para web scraping y automatización de navegadores, junto con una biblioteca de utilidades para el procesamiento de datos.

¿Cuáles son las características principales de gxcuizy/python?

Las características principales de gxcuizy/python son: Python Programming Tutorials, Python Script Collections, Web Task Automations, Web Data Scraping, Python Browser Automation Libraries, Headless Web Scraping, Browser Automation, Web Scraping and Extraction.

¿Qué alternativas de código abierto existen para gxcuizy/python?

Las alternativas de código abierto para gxcuizy/python incluyen: nanmicoder/crawlertutorial — CrawlerTutorial is a comprehensive Python web scraping tutorial and framework designed for extracting data from static… ruipgil/scraperjs — Scraperjs is a JavaScript web scraping library and headless browser automation tool designed to extract structured… mherrmann/selenium-python-helium — This project is a high-level Python library and wrapper for Selenium designed for web browser automation and… lavague-ai/lavague — LaVague is an LLM web agent framework and large action model designed to translate natural language instructions into… php-webdriver/php-webdriver — php-webdriver is a WebDriver PHP client and browser automation framework that implements the W3C WebDriver standard.… xiu2/userscript — UserScript is a collection of JavaScript userscripts designed to modify website behavior and appearance. It functions…

Alternativas open-source a Python

Proyectos open-source similares, clasificados según cuántas características comparten con Python.
  • nanmicoder/crawlertutorialAvatar de NanmiCoder

    NanmiCoder/CrawlerTutorial

    4,262Ver en GitHub↗

    CrawlerTutorial is a comprehensive Python web scraping tutorial and framework designed for extracting data from static and dynamic websites. It functions as a web data extraction pipeline and an HTTP request orchestrator, covering the full lifecycle of scraping applications from initial fetching to final data storage. The project provides specialized guidance on anti-bot bypass techniques and web API reverse engineering. It includes methods for evading browser detection through identity masking and proxy rotation, as well as techniques for identifying hidden API endpoints by analyzing network

    Python
    Ver en GitHub↗4,262
  • lavague-ai/lavagueAvatar de lavague-ai

    lavague-ai/LaVague

    6,374Ver en GitHub↗

    LaVague is an LLM web agent framework and large action model designed to translate natural language instructions into executable browser automation scripts. It functions as a multi-modal orchestrator that reasons over web page states and HTML content to automate multi-step tasks via a Selenium-based automation engine. The framework features a modular model provider layer, allowing users to swap between different language and vision models from providers such as Anthropic, Gemini, and Azure OpenAI. It employs a multi-modal world model to process screenshots and HTML structures, utilizing retri

    Pythonaibrowserlarge-action-model
    Ver en GitHub↗6,374
  • mherrmann/selenium-python-heliumAvatar de mherrmann

    mherrmann/selenium-python-helium

    8,306Ver en GitHub↗

    This project is a high-level Python library and wrapper for Selenium designed for web browser automation and functional testing. It provides a simplified interface for controlling browsers to execute automated workflows and end-to-end tests across Chrome and Firefox. The library distinguishes itself by replacing technical CSS selectors and identifiers with label-based element discovery, allowing elements to be located via visible text. It further simplifies browser control by automating window management through page titles and handling nested frame interactions without requiring manual conte

    Python
    Ver en GitHub↗8,306
  • php-webdriver/php-webdriverAvatar de php-webdriver

    php-webdriver/php-webdriver

    5,203Ver en GitHub↗

    php-webdriver is a WebDriver PHP client and browser automation framework that implements the W3C WebDriver standard. It serves as a programmatic interface for controlling web browsers, executing JavaScript, and managing browser sessions in both headed and headless environments. The library functions as a Selenium protocol implementation, allowing PHP applications to communicate with browser drivers such as ChromeDriver or GeckoDriver. It provides the ability to automate user actions, navigate pages, and validate DOM elements for web UI testing. Its capabilities cover broad areas of browser i

    PHPphp-webdriverseleniumselenium-php
    Ver en GitHub↗5,203
  • Ver las 30 alternativas a Python→