coderaavan / fbChatPython

A Tkinter based GUI to login and send messages to your Facebook friends.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fbChatPython

A Tkinter based GUI to login and send messages to your Facebook friends.

Join the chat at https://gitter.im/fbChatPython/Lobby

Getting Started

  • Fork the repository
  • Clone it to your local system
  • Switch to project directory
  • Run pip install -r requirements.txt for Python 2 or python -m pip install -r requirements.txt for Python 3 to install dependencies (may need to be root/admin user to make this work if not using a virtualenv - do sudo pip install -r requirements.txt or sudo python -m pip install -r requirements.txt accordingly instead if this is the case on Linux)
  • Run the command python main.py to make the program running

Prerequisites

Note

This app is a very basic one and various features are yet to be implemented. PRs are welcome!

Features to be implemented

  • Improve UI

About

A Tkinter based GUI to login and send messages to your Facebook friends.


Languages

Language:Python 100.0%