Releases: vvrmatos/registratvm
Releases · vvrmatos/registratvm
v1.0.0-beta
Registratvm
v1.0.0-beta
This version is purely for simple task persistence
Supported Technologies
- Python Version: 3.12
- Dependencies:
python-dotenv
PyGithub
(orgithub
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!