Установить Steam
войти
|
язык
简体中文 (упрощенный китайский)
繁體中文 (традиционный китайский)
日本語 (японский)
한국어 (корейский)
ไทย (тайский)
Български (болгарский)
Čeština (чешский)
Dansk (датский)
Deutsch (немецкий)
English (английский)
Español - España (испанский)
Español - Latinoamérica (латиноам. испанский)
Ελληνικά (греческий)
Français (французский)
Italiano (итальянский)
Bahasa Indonesia (индонезийский)
Magyar (венгерский)
Nederlands (нидерландский)
Norsk (норвежский)
Polski (польский)
Português (португальский)
Português-Brasil (бразильский португальский)
Română (румынский)
Suomi (финский)
Svenska (шведский)
Türkçe (турецкий)
Tiếng Việt (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом
You run it with python2 start.py
Make sure you have all the required packages for python
And I don't know how to get those packages, or how to know if I have them!
this happens to me
miki@Pedreira-E40F72M ~ $ sudo python2 /home/miki/Transferências/start.py
[sudo] password for miki:
File "/home/miki/Transferências/start.py", line 5
<!DOCTYPE html>
^
SyntaxError: invalid syntax
sudo apt-get install python-bs4 python-requests python-pil.imagetk python-colorama
Then launching start.py
I have all dependencies installed, but i can't run start.py. All i get is file start.py opened in text editor, also i had no luck with opening of that in terminal.
EDIT: Nevermind, i helped myself. I had no idea this needs to be run with special command.
So here's what I did:
1- Download idle master python (clic on clone or download):
https://github.com/jshackles/idle_master_py
2- Extract the zip then browse to Releases/Linux
3- Configure settings.txt as shown in this video(https://www.youtube.com/watch?v=r-jeMjxrorM) or "Setup Instructions - Start Here.pdf" under Documentation
4- Install needed libraries (Ubuntu example):
sudo apt-get install python-bs4 python-requests python-pil.imagetk python-colorama -y && sudo apt-get update
5- Run the app:
python2 start.py
Also, I want to thank jshackles for writing the script!