Skip to content

uukelele-scratch/screenx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

screenx - cross-platform screen sharing client and server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published