This repository contains a collection of books on Design, Robotics, and Programming, available in both English and Portuguese. It aims to provide a comprehensive resource for learners and professionals interested in these fields.
To get started with this repository, you can clone it to your local machine using the following command:
git clone https://github.com/yourusername/book-repository.git
Navigate to the repository directory:
cd book-repository
The repository is organized as follows:
book-repository/
│
├── Book-Name-1/
│ ├── English/
│ │ ├── book1.pdf
│ │ └── book2.pdf
│ └── Portuguese/
│ ├── livro1.pdf
│ └── livro2.pdf
│
├── Book-Name-2/
│ ├── English/
│ │ ├── book1.pdf
│ │ └── book2.pdf
│ └── Portuguese/
│ ├── livro1.pdf
│ └── livro2.pdf
│
└── Book-Name-3/
├── English/
│ ├── book1.pdf
│ └── book2.pdf
└── Portuguese/
├── livro1.pdf
└── livro2.pdf
Each book is stored in a folder named after the book title. Inside each book folder, there are subfolders for English and Portuguese versions containing the respective files.