An open API service indexing awesome lists of open source software.

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

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
```