https://github.com/akash-rajak/resume-generator
A simple Resume generator in python from entered details.
https://github.com/akash-rajak/resume-generator
fpdf python3 resume-generator tkinter webbrowser
Last synced: 14 days ago
JSON representation
A simple Resume generator in python from entered details.
- Host: GitHub
- URL: https://github.com/akash-rajak/resume-generator
- Owner: akash-rajak
- Created: 2021-07-31T17:21:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T15:43:44.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T21:34:16.467Z (over 1 year ago)
- Topics: fpdf, python3, resume-generator, tkinter, webbrowser
- Language: Python
- Homepage:
- Size: 1.15 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ✔ RESUME GENERATOR
- A "Resume Generator" is a Resume generating application created in python with tkinter gui.
- In this application, user can easily generate his/her resume by just filling the basic details asked.
- The basic details includes Name, Email ID, Education, Skills, Experience, Projects, Certificates and Awards, Links, and Hobbies and Interests.
- By entering this details, user can generate his/her Resume, and also the Resume will be saved successfully as PDF.
****
### REQUIREMENTS :
- python 3
- tkinter module
- from tkinter messagebox module
- from PIL import Image, ImageTk
- from fpdf import FPDF
- webbrowser
****
### How this Script works :
- User just need to download the file and run the resume_generator.py on their local system.
- Now on the main window of appliation, there will be buttons like START and TEMPLATE.
- When user clicks on the TEMPLATE button, user will be able to see the template of the resume through novoresume website.
- And when user clicks on the START button, the main application of Resume Generation starts where user will be asked to enter the basic details.
- The basic details includes Name, Email ID, Education, Skills, Experience, Projects, Certificates and Awards, Links, and Hobbies and Interests.
- After entering each details in the area provided user needs to click on the Enter button.
- After all the details are entered, when user clicks on the GENERATE RESUME button, user will get the pop up message showing resume generated and saved successfully.
- Also there is an exit button, clicking on which exit dialog box appears asking for the permission of the user for closing the window.
### Purpose :
- This scripts helps us to easily generate his/her resume by just filling the basic details asked.
### Compilation Steps :
- Install tkinter, PIL, fpdf, webbrowser
- After that download the code file, and run resume_generator.py on local system.
- Then the script will start running and user can explore it by entering his/her details and generating his/her resume as PDF.
****
### SCREENSHOTS :














****
### Name :
- Akash Ramanand Rajak