Skip to content

davidsinclar/Task-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Task Tracker 🗂️

Task Tracker

Welcome to the Task Tracker repository! This project offers a simple way to manage your tasks using Python's Tkinter library. You can easily add, remove, and view tasks in a user-friendly interface.

Table of Contents

Introduction

In today's fast-paced world, managing tasks efficiently is crucial. The Task Tracker application helps you keep track of your to-dos in a straightforward manner. Built with Tkinter, this app is lightweight and perfect for both beginners and experienced users.

You can download the latest version of the application from the Releases section. After downloading, simply execute the file to get started.

Features

  • User-Friendly Interface: The application provides a clean and intuitive layout.
  • Add Tasks: Easily add new tasks with just a few clicks.
  • Remove Tasks: Remove completed or unnecessary tasks quickly.
  • View Tasks: Keep track of all your tasks in one place.
  • Simple Setup: Installation is straightforward and hassle-free.

Installation

To install the Task Tracker, follow these steps:

  1. Clone the repository:

    git clone https://github.com/davidsinclar/Task-tracker.git
  2. Navigate to the project directory:

    cd Task-tracker
  3. Ensure you have Python installed. You can download it from python.org.

  4. Install the required libraries:

    pip install -r requirements.txt
  5. Download the latest version from the Releases section and execute the file.

Usage

Once you have installed the application, you can start using it right away:

  1. Open the Task Tracker application.
  2. Use the input field to enter a new task.
  3. Click the "Add Task" button to add it to your list.
  4. To remove a task, select it from the list and click "Remove Task."
  5. View your tasks in the list displayed on the main window.

The interface is designed to be intuitive, making it easy for anyone to navigate.

Contributing

Contributions are welcome! If you would like to contribute to the Task Tracker, please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/YourFeatureName
  3. Make your changes and commit them:
    git commit -m "Add your message here"
  4. Push to the branch:
    git push origin feature/YourFeatureName
  5. Create a pull request.

Your contributions help improve the project for everyone.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any questions or feedback, feel free to reach out:

You can also visit the Releases section for the latest updates and downloads.

Acknowledgments

  • Tkinter: For providing the GUI framework.
  • Python: For being a versatile programming language.
  • Open Source Community: For their contributions and support.

Thank you for checking out the Task Tracker! Happy task managing!