Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armen-jean-andreasian/cover-letter
A life-saving repo!
https://github.com/armen-jean-andreasian/cover-letter
cover-letter fpdf pyqt5
Last synced: 4 days ago
JSON representation
A life-saving repo!
- Host: GitHub
- URL: https://github.com/armen-jean-andreasian/cover-letter
- Owner: Armen-Jean-Andreasian
- License: other
- Created: 2024-03-04T14:38:56.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-06-01T11:34:00.000Z (6 months ago)
- Last Synced: 2024-06-01T13:03:45.774Z (6 months ago)
- Topics: cover-letter, fpdf, pyqt5
- Language: Python
- Homepage:
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cover Letter Generator
This is a life-saving cover letter generator application built with PyQt5 in Python.
---
## Features
- Input fields for name, company, position, email, and phone number.
- Option to pick a background color for the cover letter.
- Caching user's name, position, email and phone number for the best experience.
- Minimalist aesthetic design---
# Installment
- The project is available in four formats:
- A standalone `exe` file for Windows:
- `CLI.exe`
- `GUI.exe`
- The repository with:
- `gui.py`
- `cli.py`---
## Usage1. Fill in your personal information in the input fields provided.
2. Optionally, pick a background color for the cover letter by clicking the "Pick a background color" button.
3. Click the "Generate Cover Letter" button to generate the cover letter.
4. A pop-up window will display the generated cover letter.---
## Dependencies- PyQt5: Python bindings for Qt, used for building the graphical user interface.
- Other dependencies may be listed in the requirements.txt file.---
## LicenseThis project is licensed under the [License](LICENSE).
---