You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Show list of configured databases](#show-list-of-configured-databases)
32
24
-[Show path of individual configured database](#show-path-of-individual-configured-database)
@@ -46,38 +38,24 @@ Occassionally I'd find that something cleared out the recents options, which mea
46
38
**THE SOLUTION:**
47
39
pykeypass allows me to open the Command Prompt, type ```pykeypass all```, input a single password, then sit back and watch all of my Keypass databases open programmatically.
48
40
49
-
## Setup and remove
50
-
51
-
### Setup
52
-
53
-
1. Prerequisites:
54
-
- Python 3.x must be installed (tested on Python 3.7 and 3.8)
55
-
56
-
2. Download application files
57
-
- Download and unzip the latest release
58
-
59
-
3. Install pykeypass (enable global command line availability)
60
-
- Windows via script
61
-
- Launch **install.bat**
62
-
63
-
- Windows via CMD
64
-
- Open CMD from the pykeypass directory
65
-
- Run ```pip install --editable .```
66
-
- Run ```pykeypass setup```
67
-
68
-
### Remove
69
-
70
-
- Windows via script:
71
-
- Launch **uninstall.bat**
72
-
- Windows via CMD
73
-
- Open CMD from the pykeypass directory
74
-
- Run ```pip install --editable .```
75
-
- Experimental: ```python uninstall.py```
76
-
- Linux (*net yet working*)
77
-
- Launch **uninstall.sh**
78
-
- NOTE: if running from the terminal, the following may be required:
0 commit comments