Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srugano/kivy_watsapp
A WhatsApp like clone using Python: XMPP app as a Kivy application using this tutorial from Dusty's Diverse Domain
https://github.com/srugano/kivy_watsapp
kivy python tutorial xmpp xmpp-client
Last synced: 3 days ago
JSON representation
A WhatsApp like clone using Python: XMPP app as a Kivy application using this tutorial from Dusty's Diverse Domain
- Host: GitHub
- URL: https://github.com/srugano/kivy_watsapp
- Owner: srugano
- License: mit
- Created: 2014-09-09T09:51:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T12:13:40.000Z (about 5 years ago)
- Last Synced: 2024-10-31T04:27:58.790Z (2 months ago)
- Topics: kivy, python, tutorial, xmpp, xmpp-client
- Language: Python
- Homepage:
- Size: 606 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
# README #I'm learning to build a **XMPP** app as a [Kivy](http://kivy.org/#home) application using this tutorial from [Dusty's Diverse Domain](http://archlinux.me/dusty)
####Screenshot####
![XMPP client used with La Quadrature du Net in Kirundi](./orkiv/LQDN.png?raw=true "XMPP client used with La Quadrature du Net in Kirundi")
### What is this repository for? ###
* [Kivy](http://kivy.org/#home) is an Open source Python library for rapid development of applications
that make use of innovative user interfaces, such as multi-touch apps.
* [XMPP](http://xmpp.org/about-xmpp/history/) is the formalization of the base XML streaming protocols for instant messaging and presence developed within the Jabber community.
* Version 1
* This README was written using [Markdown](https://bitbucket.org/tutorials/markdowndemo)### How do I get set up? ###
* Setting up a development environement and other dependencies are well explained on this [Dusty's post](http://archlinux.me/dusty/2014/04/25/creating-apps-in-kivy-the-book/) and on the [Kivy.org ](http://kivy.org/docs/gettingstarted/installation.html) installation page.
### Contribution guidelines ###
* Writing tests
* Code review
* Other guidelines### Who do I talk to? ###
* iMitwe at @iMitwe
* Github repo at [https://github.com/srugano](https://github.com/srugano)