awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gxcuizy avatar

gxcuizy/Python

0
View on GitHub↗
5,296 stele·1,476 fork-uri·Python·5 vizualizări

Python

Acest proiect este o colecție de scripturi Python și exemple de cod sursă concepute pentru învățarea fundamentelor programării prin aplicații practice. Servește drept set de instrumente pentru web scraping și automatizarea browserului, alături de o bibliotecă de utilitare pentru procesarea datelor.

Repository-ul include scripturi pentru simularea interacțiunilor umane în vederea automatizării sarcinilor web repetitive și a proceselor de rezervare online. De asemenea, oferă o bază de date structurată cu diviziuni administrative, inclusiv provincii, orașe și districte, pentru gestionarea datelor geografice și validarea adreselor.

Colecția acoperă capabilități pentru extragerea datelor structurate și a imaginilor de pe site-uri web, utilizând atât drivere de browser, cât și cereri de rețea. Utilitarele suplimentare gestionează manipularea fișierelor de tip tabel și gestionarea arhivelor comprimate.

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.

Istoric stele

Graficul istoricului de stele pentru gxcuizy/pythonGraficul istoricului de stele pentru gxcuizy/python

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Python

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Python.
  • nanmicoder/crawlertutorialAvatar NanmiCoder

    NanmiCoder/CrawlerTutorial

    4,262Vezi pe 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
    Vezi pe GitHub↗4,262
  • lavague-ai/lavagueAvatar lavague-ai

    lavague-ai/LaVague

    6,374Vezi pe 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
    Vezi pe GitHub↗6,374
  • mherrmann/selenium-python-heliumAvatar mherrmann

    mherrmann/selenium-python-helium

    8,306Vezi pe 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
    Vezi pe GitHub↗8,306
  • php-webdriver/php-webdriverAvatar php-webdriver

    php-webdriver/php-webdriver

    5,203Vezi pe 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
    Vezi pe GitHub↗5,203
Vezi toate cele 30 alternative pentru Python→

Întrebări frecvente

Ce face gxcuizy/python?

Acest proiect este o colecție de scripturi Python și exemple de cod sursă concepute pentru învățarea fundamentelor programării prin aplicații practice. Servește drept set de instrumente pentru web scraping și automatizarea browserului, alături de o bibliotecă de utilitare pentru procesarea datelor.

Care sunt principalele funcționalități ale gxcuizy/python?

Principalele funcționalități ale gxcuizy/python sunt: 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.

Care sunt câteva alternative open-source pentru gxcuizy/python?

Alternativele open-source pentru gxcuizy/python includ: 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…