takes Strava data exported by the user and creates posters with all the activities. This allows users to visualize their activities in a visually appealing and personalized way.
The Strava Activity Poster Generator is a Python-based project that leverages Strava data to generate posters. The project utilizes the GPX files and an activities.csv file exported from Strava to create personalized posters that display key details of each activity.
To export your data from Strava, follow these steps:
- Log in to your Strava account.
- Go to https://www.strava.com/athlete/delete_your_account
- Click on "Request Your Archive."
- Strava will send you an email with a download link. Click on the link in the email to download your data.
To use the Strava Activity Poster Generator, follow these steps:
-
Clone this repository to your local machine.
git clone https://github.com/Pataclop/GPX.git
-
Copy the .zip file from Strava to the root directory of the project.
-
Run main script and use the interface
python3 main.py
You will have to choose a year, and later the number of columns and rows of the poster
- The generated posters will be saved in the project directory, individual images in the IMAGES directory.
Contributions to the Strava Activity Poster Generator project are welcome! If you have any ideas, suggestions, or bug reports, please open an issue on the GitHub repository. If you would like to contribute code, you can fork the repository, make your changes, and submit a pull request.
This project is licensed under the terms of the MIT License. You are free to use, modify, and distribute this project in accordance with the license agreement.
