I test below code snippets in vscode with enviroment of python 3.8, pywin32
build 228, solidworks 2017 API sets and created .py files by makepy, I get some
strange errors.
first snippet
# -*- coding: utf-8 -*-
from win32com.client import *
from pythoncom import *
swx = Dispatch("SldWorks.Applica
Hi Team,
I have seen win32crypt lib for python, And it is built on DES algorithm.
I am searching for such library in Python using AES Algorithm. I have gone
through pyAesCrypt, Crypto.Cipher which is taking an explicit key for
encryption.
I would be grateful if you could help me to find a