https://github.com/cheeksthegeek/waterlooworks_open_job_id
waterlooworks_open_job_id
https://github.com/cheeksthegeek/waterlooworks_open_job_id
Last synced: 4 months ago
JSON representation
waterlooworks_open_job_id
- Host: GitHub
- URL: https://github.com/cheeksthegeek/waterlooworks_open_job_id
- Owner: CheeksTheGeek
- Created: 2023-09-13T03:54:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T14:18:42.000Z (about 2 years ago)
- Last Synced: 2025-06-04T12:16:25.132Z (5 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
just made this pyqt app quickly to ease my job applications on waterlooworks, since I maintain a separate note for my job apps it became a 10 click process to go to a job description.
```bash
source .env/bin/activate && nohup python app.py 2>/dev/null & deactivate && cd
```
# pyinstaller command to install one binary file with icon as icon.png and name as "WW Open Job Description"
```
pyinstaller --onefile --icon=icon.png app.py --name "WW Open Job Description" --windowed
```