Skip to content

coderaavan/fbChatPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages