Skip to main content

Modulable screen locker

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lockatme-0.0.3.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

lockatme-0.0.3-py2.py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page