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.txt
for Python 2 orpython -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 - dosudo pip install -r requirements.txt
orsudo 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
- 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