The product to visualize own weight transition, in order to keep motivation for weight-managing.
- dotnet 6.0.202
- Windows OS (later 7)
- NLog - NuGet Gallery
- Microsoft.Win32.SystemEvents 6.0.1
- ScottPlot 4.1.45
- ScottPlot.Wpf 4.1.45
- System.Drawing.Common 6.0.0
Step 1. Run the bat-file init.bat.
$ init
Step 2. Run the bat-file commpile.bat with a command-line argument. You can pass the arguments { "debug" | "release" | "publish" }. You can also run dotnet as usual.
$ compile publish
or like
$ dotnet publish -o .\bin\Publish -c Release --self-contained true -r win-x64 -nologo
Step 1. Run the exe-file SimpleWeightManager.exe.
$ SimpleWeightManager
Step 2. Click the menu item "操作(O)" in order to go step 3.
Step 3. Select the menu item "データの追加(A)" in order to add the weight data.
Step 4. Input your data.
Step 5. Click the button "登録".
See also the online help.
This product is released under the MIT License.
NLog - NuGet Gallery is under the BSD-3-Clause license.
The image files in the directory "main/res/Frames" are downloaded from GAHAG | 著作権フリー写真・イラスト素材集, and under the CC0 License.
The Icon file are downloaded from icon-icons.com, and under the CC Atribution.
Microsoft.Win32.SystemEvents 6.0.1 is under the MIT License.
ScottPlot 4.1.45 is under the MIT License.
ScottPlot.Wpf 4.1.45 is under the MIT License.
System.Drawing.Common 6.0.0 is under the MIT License.
- dotnet on Windows
- Language: C#
- Framework: WPF
Author: Yor-Jihons
GitHub: SimpleWeightManager