Skip to content

clockvoid/ChildClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChildClock

Build Status

A tiny timer for managing time

Description

A tiny timer for watching children created by JavaFX and Kotlin. This program measure how long children playing game or something in PC. This program runs 3 billion computers because of JVM.

Installation

  • You can build the project by gradle.

    git clone https://github.com/clockvoid/ChildClock.git
    cd childclock
    gradle build
    

    and make executable jar.

    gradle makeExecutableJar
    

    now, your binary exists in built/libs named childclock.jar.

  • Download Jar from GitHub releases

    See Releases!

Usage

  • Using Gradle

    gradle run
    
  • Using Java command

    Before this, you have to make executable Jar.

    java -jar childclock.jar
    
  • Double click executable Jar(Only on Windows)

About

A tiny timer for watching children

Resources

Stars

Watchers

Forks

Packages

No packages published