Skip to content

Commit

Permalink
aktualizacja do 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Szprinktrap authored Mar 7, 2021
1 parent a9e81ca commit 8088371
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ Jeśli masz Pythona i pip, to:
4. Uruchom plik. Na Windowsie możesz to zrobić bezpośrednio z eksploratora, ale jeśli wolisz to możesz wpisać `py telegazeta.py`, `python telegazeta.py`, `python3 telegazeta.py`, zależy jak to u ciebie jest.

## Czego to używa? ##
* Wbudowanego w Pythona [tkintera](https://docs.python.org/3/library/tkinter.html) do GUI
* Również wbudowanego [re](https://docs.python.org/3/library/re.html) do interpretacji REGEX
* Wbudowanego [tkintera](https://docs.python.org/3/library/tkinter.html) do GUI
* Wbudowanego [re](https://docs.python.org/3/library/re.html) do interpretacji REGEX
* Wbudowanego [shutil](https://docs.python.org/3/library/shutil.html) do zapisywania plików
* Wbudowanego [sys](https://docs.python.org/3/library/sys.html) do error handlingu
* [Requests](https://requests.readthedocs.io/en/master/) do scrapowania stron Telegazety i pobierania obrazków
* [Pillow](https://pillow.readthedocs.io/en/stable/) aby konwertować obrazki na format rozumiany przez tkinter

Expand Down

0 comments on commit 8088371

Please # to comment.