Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rapidslayer101/rdisc-kivy
The new version of Rdisc with a Kivy UI - A-level CS NEA Project.
https://github.com/rapidslayer101/rdisc-kivy
chat-application encrypted kivy kivy-application python3-10
Last synced: 22 days ago
JSON representation
The new version of Rdisc with a Kivy UI - A-level CS NEA Project.
- Host: GitHub
- URL: https://github.com/rapidslayer101/rdisc-kivy
- Owner: rapidslayer101
- Created: 2022-07-31T01:48:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T17:57:29.000Z (10 months ago)
- Last Synced: 2024-10-14T06:40:40.229Z (22 days ago)
- Topics: chat-application, encrypted, kivy, kivy-application, python3-10
- Language: Python
- Homepage:
- Size: 12.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rdisc
Rdisc - An open source python chat/game application with end-to-end encrypted chat.# For normal users: download the latest release from the [releases page](https://github.com/rapidslayer101/Rdisc-Kivy/releases).
# If you are intending to code your own client then refer to the below guide
# Rdisc (Dev) requires git to be installed:
This installation requires git, if you don't have git installed please [download git](https://git-scm.com/download/win) or install it through powershell with the command below:```powershell
winget install --id Git.Git -e --source winget
```# To install Rdisc (Dev):
Where you wish to install Rdisc, open a new powershell terminal and run the following command:
```
wget -O install.bat https://raw.githubusercontent.com/rapidslayer101/Rdisc-Kivy/master/install.bat; .\install.bat
```To force Rdisc (Dev) to update run the following commands:
```
git reset --hard
git pull origin master
```