About 128,000 results
Open links in new tab
  1. An IronPython scripting environment for Autodesk Revit and Vasari

    The RevitPythonShell (RPS) lets you to write plugins for Revit in Python, my favourite scripting language! But even better, it provides you with an interactive shell that lets you see the results of …

  2. Releases · architecture-building-systems/revitpythonshell

    Support installation in one file msi from Revit 2018 to Revit 2023. Version numbers changed because we use one file msi installer for all versions. (e.g 2023.0.0 to 1.0.0)

  3. revitpythonshell/ at master · architecture-building-systems ... - GitHub

    The RevitPythonShell (RPS) lets you to write plugins for Revit in Python, my favourite scripting language! But even better, it provides you with an interactive shell that lets you see the results of …

  4. daren-thomas/scripting-autodesk-revit-with-revitpythonshell

    The RevitPythonShell exposes the Revit API to the Python programming language. And to keep with the spirit of Python, it includes a REPL (Read Evaluate Print Loop), the interactive shell that let's you try …

  5. GitHub - BIMO-Tools/Revit-Python-Scripts

    This repository is a collection of useful Python scripts designed to work with the Run Python command in the BIMO Add-in for Autodesk Revit. The scripts aim to automate routine and complex tasks, …

  6. Rapid Application Development (RAD) Environment for Autodesk Revit®

    Download and install pyRevit, launch Revit, and note the new pyRevit tab that includes these tools. pyRevit also ships with a handy CLI utility for customized configuration and deployment of your tools, …

  7. GitHub - lukasreimer/RevitPythonScripts: Python scripts for Revit

    This is a library of small Python scripts for Revit. They can be used with Revit Python Shell directly from the Revit Ribbon or the Revit Python Shell interactive scripting environment.

  8. Collection of Python Scripts for Dynamo and pyRevit. - GitHub

    This repository aims to foster a community-driven collection of scripts to enhance productivity and extend functionality within Revit through Python scripting. The Python files contributed to this repo …

  9. RPS not loading in Revit 2025 #159 - GitHub

    Sep 16, 2024 · Reproduced the issue no problem (just copy contents of Roaming\Autodesk\Revit\Addins\2024 to Roaming\Autodesk\Revit\Addins\2025, specifically the …

  10. Revit MCP Python - GitHub

    Create a new Python file within the revit-mcp-python.extension/revit_mcp/ directory (e.g., revit_mcp/your_module.py). This module will contain all the related functions you want to expose.