https://github.com/tildebyte/sketch-a-day
Generate a random, unique, sketch prompt, every day for a year.
https://github.com/tildebyte/sketch-a-day
art google-appengine python sketching
Last synced: 18 days ago
JSON representation
Generate a random, unique, sketch prompt, every day for a year.
- Host: GitHub
- URL: https://github.com/tildebyte/sketch-a-day
- Owner: tildebyte
- License: mit
- Created: 2017-01-25T20:44:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T05:14:18.000Z (over 5 years ago)
- Last Synced: 2025-02-10T13:43:50.418Z (2 months ago)
- Topics: art, google-appengine, python, sketching
- Language: Python
- Homepage:
- Size: 380 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.yaml
- License: LICENSE.md
Awesome Lists containing this project
README
A straightforward Python script, running on (free) Google App Engine.
Display:
- A sketch prompt every day, chosen at random from a list of 365. Strike the prompt once chosen.
- A media prompt (I need to learn to use something other than a 6B :pencil:).
- A gallery of links to tutorials on sketching/drawing.
- Prompts from previous days.Run it yourself:
- Clone this repo.
- Follow the Google App Engine tutorials/instructions for Python development.
- Note that we're using the [AppEngine Google Cloud Storage client](https://github.com/GoogleCloudPlatform/appengine-gcs-client). Do the following in order to test using the local development server:
- Download [appengine-gcs-client](https://github.com/GoogleCloudPlatform/appengine-gcs-client) `master.zip` and unzip.
- Copy the`appengine-gcs-client/python/src/cloudstorage` directory into this repo.
- TODO: Run `foo` to set up local Cloud Storage - otherwise, the local dev server will fail trying to contact the Google Cloud Storage servers.