Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sourhub226/wallpaper-maker-python
A material design inspired flat wallpaper maker built using python.
https://github.com/sourhub226/wallpaper-maker-python
gui hacktoberfest image material-design python tkinter tkinter-gui wallpaper wallpaper-maker
Last synced: about 19 hours ago
JSON representation
A material design inspired flat wallpaper maker built using python.
- Host: GitHub
- URL: https://github.com/sourhub226/wallpaper-maker-python
- Owner: sourhub226
- Created: 2021-06-18T18:03:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T00:55:00.000Z (over 1 year ago)
- Last Synced: 2024-11-15T08:43:58.932Z (2 months ago)
- Topics: gui, hacktoberfest, image, material-design, python, tkinter, tkinter-gui, wallpaper, wallpaper-maker
- Language: Python
- Homepage:
- Size: 1.23 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![made-with-python](https://img.shields.io/static/v1?label=Made%20with&message=Python&logo=python&labelColor=FFD745&color=3475A7)](https://www.python.org/)
[![CodeFactor](https://www.codefactor.io/repository/github/sourhub226/wallpaper-maker-python/badge)](https://www.codefactor.io/repository/github/sourhub226/wallpaper-maker-python)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/sourhub226/wallpaper-maker-python/issues)
![ViewCount](https://views.whatilearened.today/views/github/sourhub226/wallpaper-maker-python.svg)# Wallpaper maker
A material design inspired flat wallpaper maker.
GUI built using `Tkinter` module in python.
---
### Screenshots:
| ![gui](gui.png) | ![preview](preview.png) |
| --------------- | ----------------------- |---
### Python Dependencies:
- [`Pillow` module](https://pypi.org/project/Pillow/) (Friendly PIL fork by Alex Clark and Contributors)
Install the above python dependency using the following command
pip install -r requirements.txt