Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 685 Bytes

File metadata and controls

33 lines (24 loc) · 685 Bytes

screenx

screenx - cross-platform screen sharing client and server

Installation

1. Clone the repository:

git clone https://github.com/uukelele-scratch/screenx.git
cd screenx

2. Create a virtual environment (Recommended):

python3 -m venv venv
source venv/bin/activate  # On Windows, use `venv\Scripts\activate`

3. Install Python dependencies: The required packages are listed in requirements.txt.

pip install -r requirements.txt

After these steps, the application is ready to run.

Running the Application

After completing the installation for your system, you can run the application with:

python src/main.py