Track Time of the apps that you are using using Python3 with a CLI Interface.
To run TrackAPP, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/ajdev05/trackapp.git
- Navigate to the project directory:
cd trackapp
- Create a virtual environment and activate it:
pip install virtualenv
virtualenv env
source env/bin/activate
- Install the required dependencies:
pip install psutil
- After setting up the virtual environment and installing dependencies, run the following command to start the application:
python3 TrackAPP.py
-
The application will open a Command Line Interface (CLI) where you can enter the name of the app you want to track.
-
After entering the name of the app press
ENTER
to start tracking the specified app. -
The app will send notifications when the specified app is opened and closed, along with the duration it was open.
-
To stop the application, press
Ctrl+C
in the terminal where the application is running.
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions, feel free to open an issue on this repository.