A command-line interface (CLI) tool for tracking job applications. It allows users to add, view, update, and delete job applications. The tool does this in a visually appealing way.
Project description
Job Tracker CLI v0.1.0
Description
A command-line interface (CLI) tool for tracking job applications. It allows users to add, view, update, and delete job applications. The tool does this in a visually appealing way using the rich library for formatting and InquirerPy for interactive prompts. Storage is handled locally by SQLite3.
Features
- Add new job applications with details such as title, company, location, type, and status.
- View all job applications in a formatted table.
- Update existing job applications by ID and specific fields.
- Delete job applications by ID.
- Color coded statuses: Applied, Interviewing, Offer, Rejected, Withdrawn, Ghosted, Accepted.
- Job types: Full-time, Part-time, Internship, Contract, Freelance.
- (Planned) Generate a Sankey graph to visualize job application statuses.
Requirements
Python 3.10or higher, although it may work with earlier versions.pipfor installing dependencies.
Installation
Through pip:
pip install job-tracker-cli
From source:
- Clone the repository:
git clone https://github.com/natetann/job-tracker-cli.git
- Navigate to the project directory:
cd job-tracker-cli
- OPTIONAL (recommended): Create a virtual environment:
python -m venv venv
venv\Scripts\activate # On Windows
source venv/bin/activate # On macOS/Linux
- Install the package:
pip install .
Usage
After installation, you can run the CLI tool using the following command:
jobcli
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file job_tracker_cli-0.1.0.tar.gz.
File metadata
- Download URL: job_tracker_cli-0.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d90c7411cb1b2ddc384681e2ff79a5d8053a8128cd4223422918ecc5072b92f
|
|
| MD5 |
64d3c7fd56cc27b862882b01faefe969
|
|
| BLAKE2b-256 |
97b802cee5e444cbcd4514d2b734c1b3f539c00e3bbdbe16d50fe4e5e3a731ff
|
File details
Details for the file job_tracker_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: job_tracker_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25c467924e2af72262c587f33e4da70bc1e806bc2f4ebf205eb76093ac12a3fa
|
|
| MD5 |
2d022c5002faaf88061d0089bcf9c9f0
|
|
| BLAKE2b-256 |
fa0a24f6707ffe99ecdeacdd8afdb1ff87288ad63376dcc7e875916b53f84e40
|