Skip to content

leoarayav/pycalcy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check it out the Wiki

pycalcy

A smooth, lightweight and beautiful library for calculation and more

Nowadays this project is being written and rewritten.

pip install pycalcy

Features

pycalcy contains the following available modules:

  • Maths
  • Physics
  • Geometry
  • Astronomy
  • Crypt
  • Typical (Global calcs)

Usage

  1. After installing the library, import it in your project like this
import pycalcy
  1. Now you can use the library like this
from pyacalcy import Geometry, App

# Lets create a new geometry object
geometry = Geometry()

# And main app object
pycalcy = App()

# Now we can use it like this to calculate something
volume = pycalcy(geometry.volume, 6, 7)

# Now printing the result
print(volume)

Contributing

  • Contribute If you want to contribute to this project you can fork this repository and make a pull request following the pull request template format

  • Issues If you find a bug or want to request a new feature you can create an issue