Skip to main content

Download tools from w64devkit with Python.

Project description

py_win_x86_64_gcc

Download tools from w64devkit with Python.

[!IMPORTANT] This project simply packages 7zr.exe and w64devkit.exe without any modifications.

This project is only compatible with 64-bit Windows systems based on the x86_64 architecture.

Installation

pip install py_win_x86_64_gcc

Usage

[!NOTE] An extraction process may be triggered on first use, which will take approximately ten seconds to complete.

from py_win_x86_64_gcc import get_all_tools, get_tool

# Get all the executable filename in w64devkit
print(get_all_tools())

# Get filepath for certain tool (like g++, gcc etc.)
print(get_tool("7zr"))
print(get_tool("g++"))
print(get_tool("gcc"))

# Compile something with g++ if you like
import subprocess
ret1 = subprocess.run(
    [get_tool("g++"), "test_gcc.cpp", "-o", "test_gcc.exe"])
ret2 = subprocess.run(["test_gcc.exe"])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py_win_x86_64_gcc-0.1.1.tar.gz (58.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

py_win_x86_64_gcc-0.1.1-py3-none-any.whl (58.7 MB view details)

Uploaded Python 3

File details

Details for the file py_win_x86_64_gcc-0.1.1.tar.gz.

File metadata

  • Download URL: py_win_x86_64_gcc-0.1.1.tar.gz
  • Upload date:
  • Size: 58.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.4 CPython/3.13.12 Windows/11

File hashes

Hashes for py_win_x86_64_gcc-0.1.1.tar.gz
Algorithm Hash digest
SHA256 48f046077e357e34d711b868a2861091c59b14a96f1b0e018870b358ce1f5feb
MD5 5078412f070bd2af70d5cb466d40de17
BLAKE2b-256 bb2f1932428e8e02b4d5311d89f6530c4a159b770b3178a235adca387b8f88db

See more details on using hashes here.

File details

Details for the file py_win_x86_64_gcc-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: py_win_x86_64_gcc-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 58.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.4 CPython/3.13.12 Windows/11

File hashes

Hashes for py_win_x86_64_gcc-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fe07a77ee548e2b5352ff1edb434870f2b189c78d8786cb299fcb71e175178c4
MD5 5c820865e2a38b6881f9b0b432c8dda0
BLAKE2b-256 b837f18e78bcf0d5d02574bca156cf3d5aad6bf51cc4197695a154322e3ec0f1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page