This is a simple Python application to check if two line segments intersect.
- Check if two line segments intersect using geometric methods.
- Simple and easy to use.
Follow these steps to set up and run the application:
- Python 3.x
-
Clone the repository:
git clone https://github.com/jakubziebin/points_calculation.git cd points_calculation
-
Create and activate a virtual environment:
python -m venv env env\Scripts\activate
-
Install the required packages:
pip install -r requirements.txt
-
Navigate to the app directory:
cd app
-
Run the application:
python app.py