AES 128 mode, algorithm and padding.

What mode, algorithm and padding does AES 128? i cant find any information about that here in kodular. i made a python program that encrypts using aes 128 ecb method with a pkcs5padding. I’m using the pycryptodome library. i need to know the mode, algorithm and padding since when I tried using the aes 128 block it gives out different values compared to what my python program spits out. python program spits out bas64 but it isn’t the same value with the app.