Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melon-studio/fling-trainer-collection
FLiNG Trainer desktop program built using WPF, easy to download supported game Trainer.
https://github.com/melon-studio/fling-trainer-collection
csharp wpf
Last synced: 3 days ago
JSON representation
FLiNG Trainer desktop program built using WPF, easy to download supported game Trainer.
- Host: GitHub
- URL: https://github.com/melon-studio/fling-trainer-collection
- Owner: Melon-Studio
- License: gpl-3.0
- Created: 2024-04-02T00:30:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T13:25:34.000Z (10 months ago)
- Last Synced: 2024-11-19T10:29:24.346Z (2 months ago)
- Topics: csharp, wpf
- Language: C#
- Size: 13.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# FLiNG-Trainer-Collection
FLiNG Trainer desktop program built using WPF, easy to download supported game Trainer.
## Built with
- WPF
- C#
- .NET Framework 4.8
- Visual Studio 2022## Code contribution
If you want to contribute code to this project, please follow the following steps:
### Step 1: Get the source code
You should fork the project instead if you wish to submit code.
Click the `Fork` button on the top right of this page.
Then clone your forked repository to your local machine.
```sh
git clone https://github.com/{you username}/FLiNG-Trainer-Collection.git
```> Note: You should submit the modified code to the dev branch, not the main branch.
### Step 2: Get trainer data sources
You can view the README document of the `Crawler` folder for more information.
After obtaining the data source, import the JSON data into the `data.db` database of the `db` folder through SQLite.
### Step 3: Write Code
Install Visual Studio 2022 and open the project solution `FLiNG Trainer. sln`
You can writing code.
### Step 4: Test project
Run the program and test for stable functionality.
### Step 5: Submit pull request
Submit the code to the dev branch, ensuring compliance with the pull request rule
Waiting for administrator to review code