Skip to content

Releases: vvrmatos/registratvm

v1.0.0-beta

09 Jun 00:59
1cd3772
Compare
Choose a tag to compare

Registratvm

v1.0.0-beta

This version is purely for simple task persistence

Supported Technologies

  • Python Version: 3.12
  • Dependencies:
    • python-dotenv
    • PyGithub (or github if referring to a specific package related to GitHub)

obs.: For better compatibility use requirements.txt

Usage

Clone repository

ssh

git clone [email protected]:vvrmatos/registratvm.git

https

git clone https://github.com/vvrmatos/registratvm.git

On your terminal

cd registratvm
python main.py
> Subdirectory content: subdir
> Enter task name: python
> Enter duration (minutes): 1
> Task time elapsed.
> [*] Persist (y/n): y
> Data committed to GitHub successfully!