awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gxcuizy avatar

gxcuizy/Python

0
View on GitHub↗
5,296 stars·1,476 forks·Python·6 vues

Python

Ce projet est une collection de scripts Python et d'exemples de code source conçus pour apprendre les fondamentaux de la programmation par la pratique. Il sert de boîte à outils pour le web scraping et l'automatisation de navigateur, accompagnée d'une bibliothèque d'utilitaires pour le traitement de données.

Le dépôt inclut des scripts pour simuler des interactions humaines afin d'automatiser des tâches web répétitives et des processus de réservation en ligne. Il fournit également une base de données structurée des divisions administratives, incluant provinces, villes et districts, pour la gestion de données géographiques et la validation d'adresses.

La collection couvre des capacités d'extraction de données structurées et d'images depuis des sites web, en utilisant à la fois des pilotes de navigateur et des requêtes réseau. Des utilitaires supplémentaires gèrent la manipulation de fichiers tableurs et la gestion d'archives compressées.

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.

Historique des stars

Graphique de l'historique des stars pour gxcuizy/pythonGraphique de l'historique des stars pour gxcuizy/python

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Python

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Python.
  • nanmicoder/crawlertutorialAvatar de NanmiCoder

    NanmiCoder/CrawlerTutorial

    4,262Voir sur 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
    Voir sur GitHub↗4,262
  • lavague-ai/lavagueAvatar de lavague-ai

    lavague-ai/LaVague

    6,374Voir sur 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
    Voir sur GitHub↗6,374
  • mherrmann/selenium-python-heliumAvatar de mherrmann

    mherrmann/selenium-python-helium

    8,306Voir sur 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
    Voir sur GitHub↗8,306
  • php-webdriver/php-webdriverAvatar de php-webdriver

    php-webdriver/php-webdriver

    5,203Voir sur 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
    Voir sur GitHub↗5,203
Voir les 30 alternatives à Python→

Questions fréquentes

Que fait gxcuizy/python ?

Ce projet est une collection de scripts Python et d'exemples de code source conçus pour apprendre les fondamentaux de la programmation par la pratique. Il sert de boîte à outils pour le web scraping et l'automatisation de navigateur, accompagnée d'une bibliothèque d'utilitaires pour le traitement de données.

Quelles sont les fonctionnalités principales de gxcuizy/python ?

Les fonctionnalités principales de gxcuizy/python sont : 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.

Quelles sont les alternatives open-source à gxcuizy/python ?

Les alternatives open-source à gxcuizy/python incluent : 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…