Skip to content

Commit 61a5718

Browse files
committed
Packages Section added
1 parent 5abac0c commit 61a5718

6 files changed

Lines changed: 32 additions & 0 deletions

File tree

docs/12 Packages.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Packages
3+
nav_order: 12
4+
has_children: true
5+
---
6+
7+
# Sample Codes
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: CustomTkinter
3+
parent: Packages
4+
---
5+
16
### Overview
27
- CustomTkinter is a python UI-library based on Tkinter, which provides new, modern and fully customizable widgets. They are created and used like normal Tkinter widgets and can also be used in combination with normal Tkinter elements. The widgets and the window colors either adapt to the system appearance or the manually set mode ('light', 'dark'), and all CustomTkinter widgets and windows support HighDPI scaling (Windows, macOS). With CustomTkinter you'll get a consistent and modern look across all desktop platforms (Windows, macOS, Linux).
38
- Use `pip install customtkinter` for installation
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Doxctpl
3+
parent: Packages
4+
---
5+
16
### Sample Code to generate word report by populating template
27
- Template file: `Hello, my name is {{ name }}.`
38
```python
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Pathlib
3+
parent: Packages
4+
---
5+
16
### Get File / Folder Path
27
```python
38
from pathlib import Path
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: PyQT
3+
parent: Packages
4+
---
5+
16
### Overview
27
- use `pip install pyqt5` installation
38
- it's library to create GUI
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: pyRevit
3+
parent: Packages
4+
---
5+
16
https://github.com/NodesAutomations/Python/issues/64
27

38
Dynamo/Python/RevitAPI - Create Levels + Floor Plans + Sheets - Code

0 commit comments

Comments
 (0)