- Have you ever been annoyed by the repetitive nature of the job applications?
- Most of the time the data extraction from your resume (if there is an option at all) do not work properly, so you need to select and copy-paste the same information over and over again every time you apply for a new role
Easy Apply
let you add the information into your clipboard by just clicking on a button of the selected field- Versions:
PyQt6
andTkinter
pip install -r requirements_pyqt.txt
pip install -r requirements.txt
Windows
(tested on 11)
- The app window opens at the right, top corner of the screen
- optimised for
27" - 2560x1440
monitor - for smaller display, the
PyQt
version recommended
- optimised for
- The first row of the
Contacts
automatically added to the clipboard at the start of the app when thecopy_to_clipboard_page_1
set to true injson/settings
Skills
:- the 1st button copies the skill list in bulk/together
- the 2nd button copies the skills one by one, pop-up message displaying the current skill in clipboard, jumps to the next skill, once the pop-up message is closed (ideal for
Workday ATS
)
- At the launch of the 2nd page the
Achievements
field value automatically added to the clipboard when thecopy_to_clipboard_page_2
set to true injson/settings
- Buttons behave the same way as in the
Tkinter
version - Window is scrollable, the window size is not fixed
- Once a field (QTextEdit) overloaded with text, scrollbar is displayed on the widget
- Creating more
Contacts
,Education
,Experience
sections:- In the
database_pyqt.json
just add another key-value pair or sub dictionary in these sections, no other adjustment needed
- In the