First, go to the directory, where you want the project to be stored.
Then enter the following commands:
git clone https://github.com/bernizhel/tkinter-password-manager.git
cd tkinter-password-manager
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
./start.sh