screenx - cross-platform screen sharing client and server
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.
After completing the installation for your system, you can run the application with:
python src/main.py