python class to comminutate with keepass
pip install pyyaml pycrypto
- Python3 import error on Windows
ImportError: No module named 'winrandom'
- Solution Fix it in file $(Python)\Lib\site-packages\pycrypto-2.6.1-py3.5-win32.egg\Crypto\Random\OSRNG\nt.py
- import winrandom
+ from .import winrandom