https://github.com/anthony-mills/nomadicpi
Car computer built with Python and QT intended for use on small form factor systems like the Raspberry Pi.
https://github.com/anthony-mills/nomadicpi
car-computer mpd playlist
Last synced: about 1 year ago
JSON representation
Car computer built with Python and QT intended for use on small form factor systems like the Raspberry Pi.
- Host: GitHub
- URL: https://github.com/anthony-mills/nomadicpi
- Owner: anthony-mills
- License: gpl-3.0
- Created: 2020-08-31T01:50:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T09:55:45.000Z (about 4 years ago)
- Last Synced: 2025-04-06T14:21:07.347Z (about 1 year ago)
- Topics: car-computer, mpd, playlist
- Language: Python
- Homepage:
- Size: 2.14 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About Nomadic Pi
Rewrite of my original [Raspberry Pi based car computer](https://github.com/anthony-mills/raspberrypi-carputer) in Python with a QT based UI.
The first iteration of the car computer while it has proven itself over 100,000km of travel. Caused others issues with the setup and was not the best choice of technologies for interfacing with other hardware.
So the first aim with this rewrite will be extensibility so it can be modified to interface with the multitude of bluetooth car accessories. The second goal will aim to ease of distribution and use for others. So this time around looking for a simplified .deb or similar installation workflow.
### Screenshots







### Licence
Copyright (C) 2021 [Anthony Mills](http://www.anthony-mills.com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .