Skip to content

ErdalErdem/JobApplicationTracker

Repository files navigation

JobApplicationTracker

A brief description of your project goes here.

Requirements

The following Python libraries are required for the project:

  • plyr
  • colorama
  • plyer
  • schedule

Setup

Follow these steps to set up the project and install the necessary dependencies:

1. Create a Virtual Environment

First, create a virtual environment to isolate the project dependencies:

  • For Windows:
python -m venv venv
  • For macOS/Linux:
python3 -m venv venv

This will create a venv folder in your project directory.

2. Activate the Virtual Environment

  • For Windows:
.�env\Scripts�ctivate
  • For macOS/Linux:
source venv/bin/activate

3. Install Dependencies

Once the virtual environment is activated, install the required libraries using pip:

pip install plyr colorama plyer schedule

4. Run the Project

You can now run the project by executing the main Python file:

python main.py

Notes

  • Make sure you activate the virtual environment each time you work on the project.
  • If you need to deactivate the virtual environment, simply run:
deactivate

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages