Skip to content

jakubziebin/points_calculation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Segment Intersection Checker

This is a simple Python application to check if two line segments intersect.

Features

  • Check if two line segments intersect using geometric methods.
  • Simple and easy to use.

Getting Started

Follow these steps to set up and run the application:

Prerequisites

  • Python 3.x

Installation

  1. Clone the repository:

    git clone https://github.com/jakubziebin/points_calculation.git
    cd points_calculation
  2. Create and activate a virtual environment:

    python -m venv env
    env\Scripts\activate
  3. Install the required packages:

    pip install -r requirements.txt
  4. Navigate to the app directory:

     cd app
  5. Run the application:

    python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages