A Tkinter based GUI to login and send messages to your Facebook friends.
- Fork the repository
- Clone it to your local system
- Switch to project directory
- Run
pip install -r requirements.txtfor Python 2 orpython -m pip install -r requirements.txtfor Python 3 to install dependencies (may need to be root/admin user to make this work if not using a virtualenv - dosudo pip install -r requirements.txtorsudo python -m pip install -r requirements.txtaccordingly instead if this is the case on Linux) - Run the command
python main.pyto make the program running
- Python 2 or Python 3 (https://www.python.org/downloads/)
- fbchat module
- Basic knowledge of Tkinter
This app is a very basic one and various features are yet to be implemented. PRs are welcome!
- Improve UI