Skip to content

Michatec/Passwort-Tressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Passwort-Tressor

This is a Vault for Passwords. In Germany Language.

FOR LINUX USERS.

First time to run make sure you have do step 1-3 and 4 is the execution step.

Step 1: Install python3: Debian/Ubuntu: apt install python3

Fedora: dnf install python3

Arch Linux: pacman -S python

CentOS: yum install python3

Step 2: Install tkinter: Debian/Ubuntu: apt install python3-tk

Fedora: dnf install python3-tkinter

Arch Linux: pacman -S tk

CentOS: yum install python3-tkinter

Step 3: Install requirements: pip install -r requirements.txt

Optional when pip not works:

Debian/Ubuntu: apt install python3-pip

Fedora: dnf install python3-pip

Arch Linux: pacman -S python-pip

CentOS: yum install python3-pip

Step 4: Run Python: python3 PasswortT.py

FOR WINDOWS USERS.

You can download the Installer and the Installer Make all the Steps for you. OR you doit Manually.

First time to run make sure you have do step 1+2 and 3 is the execution step.

Step 1: Download Python from Website: https://www.python.org/downloads/

In the future steps you must use CMD.

Step 2: Install requirements: pip install -r requirements.txt

Step 3: Run Python: python3 PasswortT.py