Thanks to visit codestin.com
Credit goes to github.com

Skip to content

schoeller/BrxCmdTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BrxCmdTools

A testbed for functions based on PyRx for use with Bricscad

Installation steps

1# Install PyRx

2# Start BCAD and Enter _PYCMDPROMT

3# Install Python-based git implementation

import sys; import subprocess; subprocess.call([sys.exec_prefix + '/python', "-m", 'pip', 'install', 'dulwich'])

4# Start BCAD and Enter _PYCMDPROMT

5# Initialize the installation and configuration from remote

import requests; exec(requests.get("https://raw.githubusercontent.com/schoeller/BrxCmdTools/refs/heads/main/helper/initialize.py").text)

6# Restart BCAD and open a DWG. Type _BCT_test on the prompt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages