Giter Site home page Giter Site logo

histeventexplorer_pkg's Introduction

histeventexplorer_pkg

A Python package for retrieving and visualizing historical events with associated imagery.

Installation

$ pip install histeventexplorer_pkg

Features

Comprehensive Event Retrieval: Access a vast database of historical events by year, with the ability to filter by significance, region, and more.

Trend Analysis Tools: Investigate patterns and frequencies of historical occurrences using our trend analysis functions.

Imagery Association: Bring history to life by fetching related imagery for any listed historical event, enhancing the storytelling and educational value.

Data Visualization: Utilize built-in methods to graphically represent historical trends over time, aiding in data-driven storytelling and presentations.

Usage

Fetching Events: Retrieve historical events by simply specifying the year

you can simply use:

from histeventexplorer_pkg import fetch_events

events = fetch_events(api_key, year=1914)

Analyzing Trends: Analyze the frequency of event types over a century:

from histeventexplorer_pkg import analyze_event_trends

event_trends = analyze_event_trends(api_key, 1800, 1900, ['war', 'revolution'])

Visualizing Data: Generate visual representations of event trends:

from histeventexplorer_pkg import visualize_event_trends

visualize_event_trends(event_trends)

Obtaining Imagery: Fetch related images for an immersive experience:

from histeventexplorer_pkg import fetch_event_images

images = fetch_event_images(api_key, 'moon landing')

For more examples and usage, please refer to the Documentation.

Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

histeventexplorer_pkg was created by Ruining Feng. It is licensed under the terms of the MIT license.

Credits

histeventexplorer_pkg was created with cookiecutter and the py-pkgs-cookiecutter template.

histeventexplorer_pkg's People

Contributors

rf15r avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.