Skip to content

gleniu87/bw-at_autologin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Auto-login for Bitwarden Auto-Type for Windows

Bitwarden Auto-Type for Windows is an awesome app written in AutoHotKey by anonymous1184. However, it is missing auto-login feature on start, so I was forced to put my very long Bitwarden's master password after every PC boot. As my PC is protected quite well and I don't mind storing my master password in a plain text locally, I wrote this simple Python script, that takes user's master password from first line of file mpw.txt, runs Auto-Type, and automatically logs user in.

Prerequisites:

  • Python 3.x with following custom libraries installed: psutil, pyuac, pywinauto
  • python.exe and pythonw.exe executables directory added to PATH enviromental variable in Windows
  • Bitwarden Auto-Type for Windows installed

Usage:

  1. Download/clone bw-at_autologin.pyw and save it to the folder of your choice.
  2. In the same folder, create a text file with a name mpw.txt.
  3. Put your Bitwarden's master password in the first line of mpw.txt file.
  4. Add the bw-at_autologin.pyw to run at user logon using Windows Task Scheduler.

About

A simple Python script that logs Auto-Type for Bitwarden's user in automatically by auto typing user's master password.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages