Skip to content

longyn/KeePassHTTP-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KeePassHTTP-Python

python class to comminutate with keepass

Prerequisite

pip install pyyaml pycrypto

Known Issue

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%