# SWPyMacros **Repository Path**: null_570_2762/SWPyMacros ## Basic Information - **Project Name**: SWPyMacros - **Description**: Solidworks Python Macro List - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-09-18 - **Last Updated**: 2022-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SW Python Macros Code style: black License: MIT made with python 🚧 This code shows how to call and run solidworks-api through python and use python power to make it nicer 🚧 ## Table of Contents - [Installation](#installation) - [Usage](#usage) - ["Macro-List"](#Macro-List) - [Contributing](#contributing) - [Contributors ](#Contributors) - [License](https://github.com/thunderbirdtr/SWPyMacros/blob/master/LICENSE) ## Installation 📐 * Requirements : Solidworks API, Python 3.7 (Tested on 3.7.3). Only works on Windows 1. Method ```sh # Pip Way pip install -r requirements.txt ``` 2. Method ```sh # Pipenv Way pip install pipenv pipenv install # Start env pipenv shell ``` ## Usage ⚙️ ```sh # Make sure you're in virtualenv ! python hello_python_world.py ```

## Macro List 🔥 - hello_python_world.py (Hello Python World" text and "rotating) - gui/sw_gui_basic_slider_control.py (Basic python tkinter gui with creating cube and control D1 dimension via "slider") ## Contributing ✔️ Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/fraction/readme-boilerplate/compare/). ## Contributors ✨ * [Süleyman TÜRKOĞLU](https://github.com/suleymanturkoglu) linkedin * [Onuralp SEZER](https://github.com/thunderbirdtr) linkedin ## License MIT