Book-Manager First step: Clone the repository git clone https://github.com/Morffo/Book-Manager Second step: create and activate virtual environment: python -m venv venv source venv/bin/activate Third step: installing libraries: pip install -r requirements.txt Launch: python terminal_manager_main.py OR python tkinter_manager.py