espin086 / GPT-Jobhunter

AI-powered job analysis and resume coaching tool using GPT. Analyzes job postings and provides personalized recommendations to job seekers for improving their resumes.
MIT License
55 stars 15 forks source link

Added CLI to program. Solved Issue #96 #97

Closed AtharvaJadhav7 closed 8 months ago

AtharvaJadhav7 commented 8 months ago

Added cli.py which uses streamlit cli library to launch streamlit file (main.py), linked it with 'jobhunter' command by adding an entrypoint for terminal. Whenever 'jobhunter' is entered in terminal in any directory, program will be launched. Solved Issue #96 @espin086 If any suggestions. Please tell.

espin086 commented 8 months ago

@AtharvaJadhav7 - it looks good, note that when making new files please make sure to run the make file that formats the code using black, this is why the CI test failed, but otherwise, good job!