https://github.com/cham11ng/python-startup
First Touch to Python
https://github.com/cham11ng/python-startup
Last synced: 10 months ago
JSON representation
First Touch to Python
- Host: GitHub
- URL: https://github.com/cham11ng/python-startup
- Owner: cham11ng
- Created: 2017-04-13T05:14:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T14:58:18.000Z (almost 9 years ago)
- Last Synced: 2025-04-05T07:27:07.072Z (about 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-startup
First Touch to Python
### Dependencies Modules
* Tkinter
#### Installation
```shell
sudo apt install python3-tk
```
* PIL => Image, ImageTk
```shell
sudo apt-get install python3-pil.imagetk
```