From f75e81c9dab6366d537bfdda1523fd0e721ef9f4 Mon Sep 17 00:00:00 2001 From: WiLuX <61833703+WiLuX-Source@users.noreply.github.com> Date: Sun, 25 Jun 2023 12:19:40 +0300 Subject: [PATCH] Clarify changes --- python-ver/README.md => README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename python-ver/README.md => README.md (86%) diff --git a/python-ver/README.md b/README.md similarity index 86% rename from python-ver/README.md rename to README.md index a240594..0c86abf 100644 --- a/python-ver/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## Description -Simple "Clipboard Recorder" made with Python & Kivy gui. +Simple "Clipboard Recorder" made with both "Python Kivy gui" & C#. --- @@ -29,12 +29,14 @@ Simple "Clipboard Recorder" made with Python & Kivy gui. --- ### Installation - +- Python Version : ```console 1. cd [App Location] 2. pip install -r requirements.txt 3. python App.py ``` +- C# Version : +[Download](https://github.com/WiLuX-Source/Clipboard-Recorder/releases/latest) --- @@ -42,6 +44,8 @@ Simple "Clipboard Recorder" made with Python & Kivy gui. Clipboard Recorder supports Windows, MacOS and Linux operating systems, but it can work anywhere where you can obtain working Python3 runtime. +Clipboard Recorder C# version only supports Windows. + --- ### FAQ