Contents
Libraries
Project Libraries
Create Libraries
Follow these steps to create a library:
- Create a new project.
- In the project panel, click .
- Click .
- In the Input Library Name field, enter a name for the library.
- Click .
- In the right navigation menu, click the
Explorer icon.
- In Explorer panel, open the Library.pyLibrary.cs file and implement your library.
- Import the library into your project to use the library.
The template library files are added to your project. View the files in the Explorer panel.
from library import Library
Add Libraries
Follow these steps to add a library to your project:
- Open a project.
- In the Project panel, click .
- Click the Choose a library... field and then click a library from the drop-down menu.
- Click .
- Import the library into your project to use the library.
The library files are added to your project. To view the files, in the right navigation menu, click the Explorer icon.
from library import Library
Rename Libraries
To rename a library, open the library project file and then rename the project.
Delete Libraries
To delete a library, delete the library project file.