E-InkBuddy is a Raspberry Pi Zero 2-based handheld keychain featuring a Waveshare 2.13 V4 e-paper display. It’s designed to display photos, weather forecasts, focus mode tools, and more with ultra-low power consumption and a sleek, minimalist design.
- Photo Album: Display your favorite images in grayscale.
- Weather Forecast: Stay updated with a clear and concise weather display.
- Focus Mode: Boost productivity with customizable focus tools.
- Portable Design: Keychain-sized device for on-the-go use.
- Raspberry Pi Zero 2 W
- Waveshare 2.13 V4 e-paper display
- Micro SD Card (Minimum 8GB)
- Battery Module or Power Bank
- 3D-Printed Case (Optional)
-
Clone the repository:
git clone https://github.com/<your-username>/E-InkBuddy.git
-
Install required libraries:
pip install -r requirements.txt
-
Run the main program:
python main.py
E-InkBuddy/
├── assets/ # Images and graphics
├── docs/ # Documentation files
├── src/ # Source code
├── requirements.txt # Python dependencies
├── main.py # Main application script
└── README.md # Project overview
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add new feature"
- Push to your fork:
git push origin feature-name
- Create a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or suggestions, reach out at [email protected].