lockatme

Modulable screen locker


Keywords
linux, python, screenlocker
License
MIT
Install
pip install lockatme==0.0.3

Documentation

lockatme: Modulable Screen Locker

lockatme is a screen locker that works with modules. It allows the user to use the same locker for different types of authentication.

This locker is in development stage, there is nothing secure about it. Don't use it for real application just yet.

Latest PyPI version

1   Main features

  • Modulable
  • Themable (TODO)

2   Installation

Using pip:

$ pip install lockatme

3   Usage

From the command line:

$ lockatme

4   Configuration

lockatme uses a ini-like config file.

4.1   Config file location

The default location of the configuration file is $XDG_CONFIG_HOME/lockatme/config or ~/.config/lockatme/config if $XDG_CONFIG_HOME is not set.

4.2   Module configuration

You can choose which modules you want to use so for example, if you want to use only password authentication:

[unlockers]
password

If you want to use both password and facial recognition at the same time:

[unlockers]
password
facial_recogntion