This Python script calculates statistics about your long-distance relationship based on the provided data.
- Clone the repo.
- 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.
- Run the script: 'python relationship_stats.py'
View the generated relationship statistics.
- Python
- pandas