A Great Python Library by Subhra Chakraborti
Project description
PyCersi
DEVELOPED BY SUBHRA CHAKRABORTI
LAST UPDATE: 25TH AUGUST 2024
VERSION: 2.0.0
Overview
PyCersi is a simple Python library that provides essential tools for [describe the functionality of your library]. It is easy to use, lightweight, and can be integrated into various Python projects.
Features
PyCersi offers a collection of number-related utilities that can simplify common mathematical tasks:
-
Searchers
Fibonacci Series ProgramFloyd Triangle ProgramGreatest Common Divisor ProgramLeast Common Multiple Program
-
Number Property Checkers
Abundant Number CheckerArmstrong Number CheckerAutomorphic Number CheckerBuzz Number CheckerCircular Prime Number CheckerCurzon Number CheckerComposite Number CheckerCoPrime Number CheckerDisarium Number CheckerDudeney Number CheckerDuck Number CheckerEven Number CheckerHappy Number CheckerHarshad Number CheckerHeteromecic Number CheckerKrishnamurthy Number CheckerMagic Number CheckerNeon Number CheckerNiven Number CheckerOblong Number CheckerOdd Number CheckerPalindrome Number CheckerPerfect Number CheckerPrime Number CheckerPronic Number CheckerSunny Number CheckerSpecial Number CheckerSpy Number CheckerTwin Prime Number CheckerTwisted Prime CheckerUnique Number CheckerTech Number CheckerUgly Number Checker
-
Mathematical Functions
Digit to Word ConverterFactorial CalculatorFactors Calculator
These functions are designed to help you perform common number-related operations efficiently and can be easily integrated into larger projects.
Installation
PyCersi is available on PyPI and can be installed using pip on various platforms including Windows, macOS, and Linux.
Windows
- Install Python: Make sure Python is installed on your system. You can download it from the official Python website.
- Open Command Prompt: Press
Win + R, typecmd, and hit Enter. - Run the pip command:
pip install pycersi
macOS
- Install Python: Ensure Python is installed. You can use Homebrew to install it:
brew install python
- Open Terminal: You can find Terminal in Applications > Utilities.
pip3 install pycersi
Linux (Ubuntu/Debian-based)
- Update Packages:
sudo apt update
- Install Python and pip:
sudo apt install python3 python3-pip
- Run the pip command:
pip3 install pycersi
Using
- For using any searchers functions from PyCersi module, use:
pycersi.<name>(limit).
- Example:
pycersi.fibo(limit)
- For using any checker functions from PyCersi module, use:
pycersi.is<name>(value).
- Example:
pycersi.issunny(value)
- For using any mathematical function from PyCersi module, use:
pycersi.cal<name>(value).
- Example:
pycesi.calfact(value)
Contributing
I welcome contributions to the project! If you want to contribute, please follow these steps:
Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes and commit them (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Create a pull request. Please make sure your code follows the project's coding standards and includes tests.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contact
If you have any questions, feel free to open an issue or contact me directly at mail@subhrachakraborti.
Acknowledgments
[Math Library]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pycersi-2.0.0.tar.gz.
File metadata
- Download URL: pycersi-2.0.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22bc6a3fc549da8f7e43f44a1ae76f21a1a29570df46e2b3df10db6caa427670
|
|
| MD5 |
7d43c8a6d022782e8459488430952b38
|
|
| BLAKE2b-256 |
4172591226f83d71c282805b3bf75bae15fdbc4d3f1a79b8cd93359a920a5323
|
File details
Details for the file pycersi-2.0.0-py3-none-any.whl.
File metadata
- Download URL: pycersi-2.0.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79ee85390a5a2120c89759890dbf6fe2b5b25b5741b50cccf69f010397ec580f
|
|
| MD5 |
7f29352fe81c5188ecaefbcd6cfb2de6
|
|
| BLAKE2b-256 |
d0f156125d9657a445fe1b26a20db5d2978a40f2d919a1019bca21f56ccdf1ac
|