https://github.com/mmartin46/obj_orie_prog_app
The object-oriented programming application is meant to help users understand different Java design patterns. The application was entirely developed utilizing Python's Kivy API.
https://github.com/mmartin46/obj_orie_prog_app
Last synced: about 2 months ago
JSON representation
The object-oriented programming application is meant to help users understand different Java design patterns. The application was entirely developed utilizing Python's Kivy API.
- Host: GitHub
- URL: https://github.com/mmartin46/obj_orie_prog_app
- Owner: mmartin46
- Created: 2023-05-20T14:58:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T19:49:02.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T17:47:19.595Z (4 months ago)
- Language: Python
- Homepage:
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Obj_Orie_Prog_App
The object-oriented programming application
is meant to help users understand different
Java design patterns. The application was entirely
developed utilizing Python's Kivy API.## Authors
- Mitchell Martin
## Screenshots
![]()
![]()
![]()
## Features
- The following application provides code examples of implementing java design patterns.
## Acknowledgements
Object Oriented Programming
https://codeinstitute.net/global/blog/object-oriented-programming/
Javat Point
https://www.javatpoint.com/
## API References- Kivy
- MySQL## Code Organization
### jv_code
The jv_code subdirectory handles all the Java
Design Pattern Code utilized within the application.
### screens
The screens subdirectory handles each screen
within the application.
### code_imgs
The code_imgs subdirectory holds all images that
are used within the application.