Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elblogbruno/wanderpi
Keep your best travel memories organized, and your costs to the letter.
https://github.com/elblogbruno/wanderpi
pi raspberry-pi travel wander wanderlust
Last synced: about 2 months ago
JSON representation
Keep your best travel memories organized, and your costs to the letter.
- Host: GitHub
- URL: https://github.com/elblogbruno/wanderpi
- Owner: elblogbruno
- Created: 2021-06-27T07:37:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T17:15:43.000Z (over 2 years ago)
- Last Synced: 2024-10-13T12:07:32.786Z (3 months ago)
- Topics: pi, raspberry-pi, travel, wander, wanderlust
- Language: Python
- Homepage:
- Size: 142 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Logo](/controller/static/Wanderpi-Banner.png)
# WanderpiKeep your best travel memories organized, and your costs to the letter.
[![Demo](https://img.youtube.com/vi/tdPjDHavmf4/0.jpg)](https://www.youtube.com/watch?v=tdPjDHavmf4)
Click the thumbnail to watch the video!
Add your trips on the dashboard | Organize everything by trip stops or "Albums"
:---: | :---:
![](readme-images/index-screenshot.png) | ![](readme-images/stops-screenshot.png)Watch all your images and videos (With location data) | Control your costs with the Trip Calendar view.
:---: | :---:
![](readme-images/stop-screenshot.png) | ![](readme-images/calendar-screenshot.png)Show all your photos with the slide view | Watch them all scattered arround the globe (WIP)
:---: | :---:
![](readme-images/slide-view.png) | ![](readme-images/map-view.png)## Features
- Upload your photos and videos of your trip or even record ones from the UI, they can be all organized, downloadable at the same quality to share with your friends and family. Stop wasting the internet while traveling sending your photos through WhatsApp and other apps.
- Watch them all scattered around the earth globe, as wanderpi detects where your best memories were taken from.
- Organizing a trip is hard right? Not with wanderpi, simply create a new trip and a calendar will appear for you where you can write down your costs, and write notes! Handy, right?
- Wanna amaze your friends? Show them your photos and videos with the slide mode!
- Download images, edit their names, or click to download videos ready to present to your best friends with all the best photos and videos from your trip.
- Mobile responsive, raspberry pi best fit, you can take wanderpi with you everywhere (It can run without internet).
## How to install?
## Installing
It is very easy, and there are different ways from click to install one's to more advanced ones, in case you want to install it from source.
(Docker image coming soon)### Mac OS
[Manual Installation](https://github.com/elblogbruno/wanderpi#manual-installation) Or you can run the Linux script down here.### Linux
To install the python server, fire up your Linux or Mac OS distributed machine and run this command.```
wget https://raw.githubusercontent.com/elblogbruno/wanderpi/master/setup.sh && sudo sh setup.sh
```
That's it.### Windows
[Manual Installation](https://github.com/elblogbruno/wanderpi#manual-installation)
### Manual installation
Instead, you can follow the steps down here:
- Step 1. Simply clone this repo.
```
git clone https://github.com/elblogbruno/wanderpi
```
- Step 2. Install requirements for python server.
```
cd wanderpi && pip install -r requirements.txt
```
- Step 3. Run the server.
```
python server.py \\Python 3.5 to versions 3.8 supported.
```## Api
Watch https://github.com/elblogbruno/wanderpi/blob/main/controller/modules/api/views.py
Documentation coming soon.
## Acknowledgements
- [flask-video-streaming-recorder](https://github.com/Kr1s77/flask-video-streaming-recorder/tree/master/controller)
## Feedback
If you have any feedback, please reach out me at [email protected]