Kepler-Passwd is a small project which goal was to make my first steps into electron.
Its aim is very simple.
It displays some of your most commonly used passwords which you can copy to clipboard with a single click.
Then you just have to paste it anywhere you want.
# Clone this repository
git clone https://github.com/twysto/kepler-passwd
# Go into the repository
cd kepler-passwd
# Install dependencies
npm install
# Run the app
npm start