diff --git a/README.md b/README.md index d9c90ff..7169dab 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,18 @@ # Rename Tool By Pham Ngoc Duy https://github.com/phamngocduy98/rename-tool +# Download +https://github.com/phamngocduy98/renamefile-desktop/releases +- Note: JavaSwing version has .exe file (along with bin folder) that can be run without jre + +# Screenshot +### OFFICAL App +![app.png](https://github.com/phamngocduy98/renamefile-desktop/blob/master/screenshot/app.png) +### JavaSwing UI +![swing.png](https://github.com/phamngocduy98/renamefile-desktop/blob/master/screenshot/swing.png) + ### Main app is coded in .NET WPF platform Other platforms are only for study purpose. -1. .NET WPF -2. JavaSwing -3. JavaFx \ No newline at end of file +1. [.NET WPF](https://github.com/phamngocduy98/renamefile-desktop/tree/master/WPF.NET) +2. [JavaSwing](https://github.com/phamngocduy98/renamefile-desktop/tree/master/JavaSwing) +3. [JavaFx](https://github.com/phamngocduy98/renamefile-desktop/tree/master/JavaFx)