Skip to content

A python program to entertain my disabled son Chris on his raspberry pi (with a touch screen monitor)

License

Notifications You must be signed in to change notification settings

magicalbob/ctime

Repository files navigation

ctime

A python program to entertain my disabled son Chris on his raspberry pi (with a touch screen monitor).

Prepare requirements:

pip install -r requirements.txt

Also need pulseaudio installed & running.

Docker

There's a Dockerfile, build it like this:

docker build -t local:ctime docker

and run it like this (assuming you are in docker directory):

docker run -d  -v /tmp/.X11-unix:/tmp/.X11-unix  -v ${PWD}/..:/opt/ctime --privileged local:ctime

To exit, alt-tab back to shell and docker rm -f $(docker ps -q) or similar.

About

A python program to entertain my disabled son Chris on his raspberry pi (with a touch screen monitor)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages