An open API service indexing awesome lists of open source software.

https://github.com/anjannair/tkinter-resume

A Tkinter resume builder which has a sign-up, login and generate resume function. Utilizes fernet keys to encrypt the user data to keep it secure.
https://github.com/anjannair/tkinter-resume

hacktoberfest resume-builder resume-creator resume-generator tkinter tkinter-python tkinter-resume

Last synced: 6 months ago
JSON representation

A Tkinter resume builder which has a sign-up, login and generate resume function. Utilizes fernet keys to encrypt the user data to keep it secure.

Awesome Lists containing this project

README

          

# Tkinter Resume Generator
A tkinter project that was designed to store data of users and build resumes from the data inputted.

## How this project is different from the others?
* The project has a beautiful GUI that has a sign-up page, a login page, and 2 pages of resume data inputting page.
* It utilizes JSONs to store data of users.
* [Fernet keys](https://cryptography.io/en/latest/fernet/) are used to encrypt the `user.json` file which is used to store user data.

## How to get started?
1) Fork the project and clone it on your system or download the zipped code from [here](https://github.com/anjannair/tkinter-resume/archive/refs/heads/main.zip).
2) Next find the `example-database` folder and rename it to `database`.
3) Run the famous `pip install -r requirements.txt` or ` pip3 install -r requirements.txt `
4) Open the `fernet` folder and head to `genkey.py` and generate your Fernet key (by executing the code) and keep it a secret! Then open `encryption.py` and execute it.
**PS: You only have to generate the key only once!! Do not generate it again!!**
5) Create a folder in the `database` folder called `images`
6) You need a registered user to get started so execute `reg.py` and tadaa!!! (On a side note: Once you execute `reg.py` just execute `main.py` from next time)


YOU ARE GOOD TO GO!!!!


## A sneak-peek into the GUI



The registeration page of the GUI







The first resume page of the GUI


## Issues one may face
* There is a very small chance you may get a cryptography error (`cryptography.fernet.InvalidToken`) then all you need to do is check if the `user.json` file in the `database` folder is encrypted. If not run `encryption.py` in the `fernet` folder.
* Alignment of the GUI may not be proper because of the use of `fullscreen` mode in tkinter window attributes. Since screen of each desktop is different the alignment varies. If you want to remove it, use the search function in your IDE and search for the`.attributes('-fullscreen', True)` and replace it with `.geometry('')` (obviously replace `