This package contains implementation of the application "Java Class Generator". This application allows users to reduce the effort needed to write Java classes.
Project description
JAVA_CLASS_GENERATOR
"Java Class Generator" is an application which allows you to easily generate the template of a Java class you want to write.
Executable File
The executable file is downloadable at https://github.com/DigitalCreativeApkDev/JAVA_CLASS_GENERATOR/blob/master/JAVA_CLASS_GENERATOR/dist/java_class_generator/java_class_generator.
Source Code
Python code used to create the application is available in https://github.com/DigitalCreativeApkDev/JAVA_CLASS_GENERATOR/blob/master/JAVA_CLASS_GENERATOR/java_class_generator.py.
Installation
pip install JAVA_CLASS_GENERATOR
How to Use the Executable File?
First, open by double-clicking the file "java_class_generator". How the executable file looks like is shown in the image below (the file is enclosed with a red rectangle).
Image 1
Getting Started
Once you run the application, you will first be asked whether you want to continue using the application "Java Class Generator" or not. If you enter 'Y', you will be asked to enter more information about the Java class you want to generate. Else, you will exit the application.
Image 2
Information Entry
The following pieces of information about the Java class you want to generate are required for you to enter.
- Name of the Java class
- Number of attributes in the Java class (including the name and type of each attribute)
- Number of methods in the Java class (including the name and return type of each method)
Java Class File
Once you have entered all the required information about the Java class you want to generate, the code for the Java class will be generated in the file named in the format "{Java class name}.java". For example, if the name of the Java class is "Digimon", the code for the class is generated in the file "Digimon.java"
Image 3
After the Java class file is generated, you will be asked whether you want to continue using the application "Java Class Generator" or not. If you enter "Y", you will be asked to enter information about another Java class you want to generate. Else, you will exit the application.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for JAVA_CLASS_GENERATOR-1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dae8a5766af89ad9c1f71f95b4abc6b9e60060fd5ee964b52544e29c3894d8af |
|
MD5 | ba2606249cadba688a63f127263a539d |
|
BLAKE2b-256 | 14d5e0858ceacbdf299f3a4ad8c397df9806c66c7f0fac8c3a4c6eae6788f7a7 |