Skip to content

Latest commit

Β 

History

History
73 lines (50 loc) Β· 2.29 KB

File metadata and controls

73 lines (50 loc) Β· 2.29 KB

πŸ“Š Job Application Tracker

A simple Python CLI app to track job applications and analyze your job search journey. Built using basic Python, file handling, and OOP principles. Includes a Power BI dashboard for visual insights.


πŸ–₯️ Features

  • Add and track job applications via CLI
  • View application history directly from the terminal
  • Stores data in an Excel file (job_data.xlsx)
  • Power BI dashboard for detailed analysis

πŸ—ƒοΈ Data Fields

The Excel file includes the following columns:

  • Company
  • Role
  • Status (Applied, Interviewed, Offer, Rejected, etc.)
  • Date Applied

πŸ“ˆ Power BI Visuals Used

Insight / Question Visual Used
Total number of job applications Card Visual
Number of applications per company Bar Chart
Application status distribution (Applied, Interviewed, Offer, etc.) Donut Chart / Pie Chart
Applications over time (by week/month) Line Chart
Applications per job role Horizontal Bar Chart
Status breakdown per company Stacked Column Chart
Interview/Offer trends over time Stacked Area Chart
Most successful companies by status outcome Funnel Chart

▢️ How to Run the CLI App

  1. Make sure you have Python 3 installed.
  2. Run the main script:
python main.py

You can add new jobs and view previously logged ones via the terminal.


πŸ“‚ File Structure

JobApplicationTracker/
β”œβ”€β”€ main.py              # CLI interface
β”œβ”€β”€ job_tracker.py       # Core logic
β”œβ”€β”€ job_data.xlsx        # Excel data file
β”œβ”€β”€ job application.pbix # Power BI dashboard file
└── README.md            # This file

πŸ‘¨β€πŸ’» Author

  • Created by [Middivari Charan Kumar Reddy]
  • GitHub: [charankumar3009]