awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·16 views

Python

This project is a collection of Python scripts and source code examples designed for learning programming fundamentals through practical application. It serves as a toolkit for web scraping and browser automation, alongside a library of utilities for data processing.

The repository includes scripts for simulating human interactions to automate repetitive web tasks and online booking processes. It also provides a structured database of administrative divisions, including provinces, cities, and districts, for geographic data management and address validation.

The collection covers capabilities for extracting structured data and images from websites using both browser drivers and network requests. Additional utilities handle the manipulation of spreadsheet files and the management of compressed file archives.

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.

Star history

Star history chart for gxcuizy/pythonStar history chart for gxcuizy/python

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does gxcuizy/python do?

This project is a collection of Python scripts and source code examples designed for learning programming fundamentals through practical application. It serves as a toolkit for web scraping and browser automation, alongside a library of utilities for data processing.

What are the main features of gxcuizy/python?

The main features of gxcuizy/python are: 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.

What are some open-source alternatives to gxcuizy/python?

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

Open-source alternatives to Python

Similar open-source projects, ranked by how many features they share with Python.
  • nanmicoder/crawlertutorialNanmiCoder avatar

    NanmiCoder/CrawlerTutorial

    4,262View on 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
    View on GitHub↗4,262
  • lavague-ai/lavaguelavague-ai avatar

    lavague-ai/LaVague

    6,374View on 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
    View on GitHub↗6,374
  • mherrmann/selenium-python-heliummherrmann avatar

    mherrmann/selenium-python-helium

    8,306View on 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
    View on GitHub↗8,306
  • php-webdriver/php-webdriverphp-webdriver avatar

    php-webdriver/php-webdriver

    5,203View on 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
    View on GitHub↗5,203
  • See all 30 alternatives to Python→