diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..07b7a81 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + +Copyright (C) 2004 Sam Hocevar + +Everyone is permitted to copy and distribute verbatim or modified +copies of this license document, and changing it is allowed as long +as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..c80e276 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +## About The Project + +This project is used to display real time + +## Example + + + +## Installation + +1. Download `realtime_clock.lua` + +2. Start Open Broadcast Software (OBS) + +3. Add Text (FreeRype 2 or GDI+) to sources + +4. Go to Tools->Scripts + +5. Press `+` button and find `realtime_clock.lua` in explorer + +6. Select `Text Source` in right part of window + +## License + +Distributed under the WTFPL License. See `LICENSE` for more information. \ No newline at end of file diff --git a/images/example.png b/images/example.png new file mode 100644 index 0000000..48269d4 Binary files /dev/null and b/images/example.png differ