2015-12-30 19:21:33 +01:00
<!DOCTYPE html>
2016-01-23 18:47:05 +01:00
< html lang = "en-us" >
2015-12-30 19:21:33 +01:00
< head >
2016-01-23 18:47:05 +01:00
< meta charset = "UTF-8" >
2015-12-30 19:21:33 +01:00
< title > Mklwp by danog< / title >
2016-01-23 18:47:05 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "stylesheet" type = "text/css" href = "stylesheets/normalize.css" media = "screen" >
< link href = 'https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel = 'stylesheet' type = 'text/css' >
< link rel = "stylesheet" type = "text/css" href = "stylesheets/stylesheet.css" media = "screen" >
< link rel = "stylesheet" type = "text/css" href = "stylesheets/github-light.css" media = "screen" >
2015-12-30 19:21:33 +01:00
< / head >
< body >
2016-01-23 18:47:05 +01:00
< section class = "page-header" >
< h1 class = "project-name" > Mklwp< / h1 >
< h2 class = "project-tagline" > Live wallpaper creator for Android< / h2 >
< a href = "https://github.com/danog/mklwp" class = "btn" > View on GitHub< / a >
< a href = "https://github.com/danog/mklwp/zipball/master" class = "btn" > Download .zip< / a >
< a href = "https://github.com/danog/mklwp/tarball/master" class = "btn" > Download .tar.gz< / a >
< / section >
< section class = "main-content" >
< h1 >
< a id = "custom-lwp-30" class = "anchor" href = "#custom-lwp-30" aria-hidden = "true" > < span aria-hidden = "true" class = "octicon octicon-link" > < / span > < / a > Custom LWP 3.0< / h1 >
2015-12-30 19:21:33 +01:00
< p > Thanks : andrew121 for the app this script modifies< br >
Thanks : olivvv59 for the added # of images< br >
Thanks : danogentili for linux version (< a href = "http://daniil.it" > http://daniil.it< / a > ) < / p >
< p > This repository contains a live wallpaper creator for android (windows and linux version).< br >
To start, clone this repo or download it as zip, cd to it and execute the run.sh file < / p >
< div class = "highlight highlight-source-shell" > < pre > ./run.sh< / pre > < / div >
< p > if you're on linux or Mac OS X, and the Run.bat file if you're on windoez. < / p >
< pre > < code > run.bat
< / code > < / pre >
< p > You will need java installed on your system.< / p >
2016-01-23 18:47:05 +01:00
< p > Or simply use the < a href = "https://telegram.me/mklwp_bot" > telegram bot< / a > < / p >
2015-12-30 19:21:33 +01:00
< p > Based on < a href = "http://forum.xda-developers.com/showthread.php?t=739512" > http://forum.xda-developers.com/showthread.php?t=739512< / a > < / p >
2016-01-23 18:47:05 +01:00
< footer class = "site-footer" >
< span class = "site-footer-owner" > < a href = "https://github.com/danog/mklwp" > Mklwp< / a > is maintained by < a href = "https://github.com/danog" > danog< / a > .< / span >
< span class = "site-footer-credits" > This page was generated by < a href = "https://pages.github.com" > GitHub Pages< / a > using the < a href = "https://github.com/jasonlong/cayman-theme" > Cayman theme< / a > by < a href = "https://twitter.com/jasonlong" > Jason Long< / a > .< / span >
2015-12-30 19:21:33 +01:00
< / footer >
2016-01-23 18:47:05 +01:00
< / section >
2015-12-30 19:21:33 +01:00
2016-01-23 18:47:05 +01:00
2015-12-30 19:21:33 +01:00
< / body >
< / html >