https://github.com/michioxd/neko
neko is kawaii
https://github.com/michioxd/neko
Last synced: 7 months ago
JSON representation
neko is kawaii
- Host: GitHub
- URL: https://github.com/michioxd/neko
- Owner: michioxd
- License: mit
- Created: 2021-11-13T06:13:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-13T06:21:06.000Z (over 4 years ago)
- Last Synced: 2024-12-27T17:43:25.397Z (over 1 year ago)
- Language: C#
- Size: 168 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neko.exe
neko is kawaii - a joke program lmao
## How it work?
Hmmm, change desktop background, delete all items in User/Desktop folder, and a Nice Dialog nyaaaaa
## Developing
Please make sure you have the following prerequisites:
- A desktop platform with the [.NET 4.5](https://dotnet.microsoft.com/download) or higher installed.
- Recommend using an IDE with intelligent code completion and syntax highlighting, such as [Visual Studio 2019+](https://visualstudio.microsoft.com/vs/)
### Downloading the source code
Clone the repository:
```shell
git clone https://github.com/michioxd/neko
cd neko
```
To update the source code to the latest commit, run the following command inside the `neko` directory:
```shell
git pull
```