Skip to main content

An App Inventor app creativity assessment package

Project description

# Creassessment An App Inventor app creativity assessment package # Using creassessment ## Import the package and choose an aia file to analyze `py from creassessment.controler.app import App file_path = 'HealthyPlants.aia' app = App(file_path) ` ## Assess creativity with results in a pandas dataframe or printed results on console `py app.grade_creativity() app.grade_creativity_to_string() ` ## Get xls files for an app `py app.do_all() ` ## Grade many apps at once `py dir_apps_path = 'D:\AppInventorAIAs' batch_caller = Batch_Caller() batch_caller.analyze(dir_apps_path, App.grade_creativity) `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

creassessment-1.9.4-py3-none-any.whl (2.6 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page