Skip to main content

A library that was made to quickly make physics projects.

Project description

PyFys

PyFys is a Python library designed to simplify physics calculations and visualizations. It provides tools for computing common physics quantities and creating graphs.

The philosophy of the project is speed and simplicity. Physics is challenging enough as it is, so PyFys aims to make the programming side of things as easy as possible.

Example Use Case

Imagine you have a list of masses and want to calculate their kinetic energy, given a constant velocity. With PyFys, you can compute this in a single line and visualize the results with a bar plot:

import pyfys
fys = pyfys()

masses = [1, 2, 3, 4, 5]
velocity = 10

fys.bar(fys.kinetic_energy(masses, velocity))

Features

  • Calculate physical quantities like kinetic energy, force, and relativistic momentum. (More equations coming soon!)
  • Generate and visualize graphs for functions and data.
  • Supports scalar and vector inputs for maximum flexibility and speed.

Installation

To install PyFys, run the following command:

pip install pyfys

Quickstart

Import the Library

Here's an example of how to use PyFys to calculate kinetic energy:

import pyfys

# Example: Calculate kinetic energy
fys = pyfys()
mass = 10
energy = [5, 10, 15]
energy = fys.kinetic_energy(mass, energy)
print(energy)  # Output: [125.0, 500.0, 1125.0]

Generate a Graph

This example demonstrates how to plot a simple graph of a quadratic function:

fys.graph(lambda x: x**2, start=0, stop=10, title="Quadratic Function")

Documentation

TODO: Add documentation "For detailed usage and examples, visit the official documentation."


Contributing

Contributions are welcome!


License

This project is licensed under the MIT License. See the LICENSE file for details.

TODO

  • Add more equations
  • Add more constants
  • Add more unit conversions
  • Create documentation
  • Update functions to work with both lists and single values

Project details


Download files

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

Source Distribution

pyfys-0.2.3.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PyFys-0.2.3-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file pyfys-0.2.3.tar.gz.

File metadata

  • Download URL: pyfys-0.2.3.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.7

File hashes

Hashes for pyfys-0.2.3.tar.gz
Algorithm Hash digest
SHA256 ac9b03ec9e213492df5dcd93522b44d855c0ec5cafdb9d8db9f152ae7b5d1f6e
MD5 f7a69785896e79c6cab305c99f484c8c
BLAKE2b-256 a0ba195924a446aa41267e2dfb1fa93b201f28998f73c99ed10599e1fe3007a9

See more details on using hashes here.

File details

Details for the file PyFys-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: PyFys-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.7

File hashes

Hashes for PyFys-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5425247fcfb75a74a34a4605cee0c2fd1e673d21d925fbcbf9a342f8d9e170c8
MD5 803e10ae00a521bf2ace6c2ca6a4c820
BLAKE2b-256 97c08df2aec0596616fa0ec3670f474e457d3e7401496f8586ebe1a3a9d1a65c

See more details on using hashes here.

Supported by

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