You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A desktop application built with JavaFX that provides an interface for converting Python code into Java.
This project uses Gradle for build automation and dependency management.
How to Run
Requirements
Java 21+
Run the app
# Windows
.\gradlew run
# macOS/Linux
./gradlew run