You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Resume Builder/README.md
+23-19Lines changed: 23 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,29 @@
1
-
# Geographic Distance and Travel Time Calculator
1
+
# Interactive Resume Builder
2
2
3
-
This Python script calculates the geodesic distance between two geographic coordinates and estimates travel time based on a given average speed. It uses the geopy library to compute distances.
3
+
This Python project is a command-line interface (CLI) tool for building professional resumes. The tool allows users to interactively input various sections of their resume, such as contact information, work experience, education, skills, projects, certifications, and achievements. The resume is then formatted and exported as a PDF file.
4
4
5
5
## Features
6
6
7
-
- Input coordinates for two locations (latitude and longitude) interactively.
8
-
- Calculate the distance between the two coordinates in kilometers.
9
-
- Estimate the travel time based on a given average speed (in km/h).
7
+
- Interactive CLI for entering resume data (contact info, work experience, education, etc.).
8
+
- Ability to add, update, and modify multiple resume sections.
9
+
- Automatically generates a well-formatted PDF resume.
10
+
- Includes functionality to add detailed descriptions for work experience and projects.
11
+
- Supports multiple certifications and achievements.
12
+
- Simple and intuitive navigation using `prompt_toolkit` for menu interactions.
0 commit comments