/TMT

A quick task manager to handle all application and its running process

Primary LanguageJavaApache License 2.0Apache-2.0

TMT - Task Manager Tool (Java)

TMT is a lightweight and user-friendly Task Manager tool built with Java Swing. It provides a simple yet powerful interface for monitoring and managing running processes on your system.

Features

  • Process Monitoring: View detailed information about running processes, including PID, name, CPU usage, and memory usage.
  • Real-time Updates: Although Java Swing does not support real-time updates like Tkinter, the application provides a refresh button to update the process list manually.
  • Cross-platform: TMT works on Windows, macOS, and Linux, allowing you to use it on your preferred operating system.

Installation

  1. Clone the repository:

    git clone https://github.com/example/tmt.git
  2. Import the project into your Java IDE (Eclipse, IntelliJ IDEA, etc.).

  3. Build and run the project.

Usage

  1. Launch the TMT application.

  2. The main window will display a list of running processes, including their PID, name, CPU usage, and memory usage.

  3. Click the "Refresh" button to manually update the process list.

License

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

Acknowledgements

  • Java Swing - Used for building the graphical user interface.
  • Font Awesome - Used for icons in the user interface.

Contact

For any inquiries or feedback, feel free to contact us at example@example.com.


Feel free to customize this README file with your project's details, such as repository links, contact information, and acknowledgements.