Beautiful Custom Start Page
Find a file
2020-04-23 18:59:51 +02:00
bcst Add afternoon theme 2020-04-23 18:59:51 +02:00
gallery Add afternoon theme 2020-04-23 18:59:51 +02:00
.gitignore Add new theme 2020-04-22 13:00:43 +02:00
LICENSE Create package 2020-04-21 17:50:05 +02:00
MANIFEST.in Debug package 2020-04-22 07:39:07 +02:00
README.md Clean theme and improve api 2020-04-22 10:03:04 +02:00
setup.py Add afternoon theme 2020-04-23 18:59:51 +02:00

Beautiful Custom Start Page

Basic usage

bcst allow you to create a beautiful start page very quickly. To install bcst run pip install bcst. Then choose a theme (screenshots are availaible on the package repository):

bcst -l

Next step, extract the theme resources:

bcst -e <your-theme> > resources.json

This, will create a resources.json in the current directory. Now, you can customize it to your needs. Then, generate your start page:

bcst -g <your-theme> resources.json <start-page-destination>

And voila!

Submit your own theme

TODO