Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 861 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 861 Bytes

Python-Phone

made-with-python Maintenance GitHub license

This is a useless application i wrote for TBZ module m120.

The module is written in python3. You may need to install tkinker for python before you are able to run the application.

You can install this python module under Ubuntu by typing the following command:

sudo apt-get install python3-tk

This module should also be compatible with python 2. To install tkinker in python 2 under Ubuntu, type the following command:

sudo apt-get install python-tk