thomegabi/SO_Client-Server
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Instale essa biblioteca pelo terminal
pip install pyautogui
Abrir o Interpretador Python:
No terminal, digite:
python
Importar pyautogui:
* No interpretador Python, digite:
import pyautogui
print(pyautogui.__version__)
Se não houver erros, significa que a instalação foi bem-sucedida.
comandos:
(na pasta do teste)
python test_client.py
(Para iniciar o sevidor)
./setup_services.bat