Skip to content

vvrmatos/registratvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registratvm

Registratvm is a simple time-tracking Python tool designed to help users commit their task progress effectively.

Table of Contents

Introduction

Registratvm aims to provide a straightforward solution for individuals or teams to track their time spent on various tasks. It offers a minimalist interface and essential functionalities to record task durations and progress updates.

Installation

To install Registratvm, follow these steps:

  1. Clone the repository:

    git clone https://github.com/vvrmatos/registratvm
  2. Navigate to the project directory:

    cd registratvm
  3. Install dependencies:

    pip install -r requirements.txt

Usage

After installation, you can execute registratvm using either of the following methods:

  • Execute the main script using Python:

    python main.py
  • If main.py is executable (has appropriate permissions), you can run it directly:

    chmod a+x main.py
    ./main.py

Follow the prompts to start tracking your tasks.

Compilation

To compile registratvm into an executable, you can use py2app. Here's how:

  1. Navigate to the project directory:

    cd registratvm
  2. Run pyinstaller:

    pyinstaller --onefile main.py

This will generate a standalone application in the dist directory.

Contributing

Contributions to registratvm are welcome! If you have any ideas, bug fixes, or feature enhancements, feel free to open an issue or submit a pull request on the GitHub repository.

License

This project is licensed under the terms of the MIT License.

About

Simple tool for commiting day-to-day progress

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages