Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 831 Bytes

File metadata and controls

22 lines (16 loc) · 831 Bytes

Long-Distance Relationship Statistics

This Python script calculates statistics about your long-distance relationship based on the provided data.

Example output

image

How to Use

  1. Clone the repo.
  2. Open the main script and fill in your relationship details:
  • 'relationship_start_date': The start date of your relationship.
  • 'long_distance_date': The date when the long-distance phase began.
  • 'time_together': List of in-person meetings with start date, end date, and location.
  • 'future_plans': List of future plans with start date, end date, and location.
  1. Run the script: 'python relationship_stats.py'

View the generated relationship statistics.

Requirements

  • Python
  • pandas