Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
PyCersi is a lightweight Python library for number-related utilities. It offers mathematical functions, checkers, and stack operations, simplifying common tasks. Easy to install via pip , it's designed for efficient integration into various Python projects.
PyCersi is a simple Python library that provides essential tools for number functions (described below). It is easy to use, lightweight, and can be integrated into various Python projects.
PyCersi offers a collection of number-related utilities that can simplify common mathematical tasks:
Searchers
Fibonacci Upto Program : fiboupto
Fibonacci Range Program : fiborange
Floyd Triangle Program
Greatest Common Divisor Program
Least Common Multiple Program
Number Property Checkers
Abundant Number Checker
Armstrong Number Checker
Automorphic Number Checker
Buzz Number Checker
Circular Prime Number Checker
Curzon Number Checker
Composite Number Checker
CoPrime Number Checker
Disarium Number Checker
Dudeney Number Checker
Duck Number Checker
Even Number Checker
Fibonacci Number Checker
Happy Number Checker
Harshad Number Checker
Heteromecic Number Checker
Krishnamurthy Number Checker
Magic Number Checker
Neon Number Checker
Niven Number Checker
Oblong Number Checker
Odd Number Checker
Palindrome Number Checker
Perfect Number Checker
Prime Number Checker
Pronic Number Checker
Sunny Number Checker
Special Number Checker
Spy Number Checker
Twin Prime Number Checker
Twisted Prime Checker
Unique Number Checker
Tech Number Checker
Ugly Number Checker
Mathematical Functions
Area of Circle : ar_circle
Area of Rectangle : ar_rect
Area of Triangle : ar_triangle
Digit to Word Converter : digiwords
Factorial Calculator : fact
Factors Calculator : factor
Stack Functions
Push Into Stack : s_push
Pop Out Of Stack : s_push
Size Of Stack : s_size
Underflow Stack Checker : s_empty
Top Of Stack : s_top
Display Stack : s_display
PyCersi Privator (Tkinter Module is required)
Data Encryptor
Data Decryptor
These functions are designed to help you perform common number-related operations efficiently and can be easily integrated into larger projects.
PyCersi is available on PyPI and can be installed using pip
on various platforms including Windows, macOS, and Linux.
Win + R
, type cmd
, and hit Enter. pip install pycersi
brew install python
pip3 install pycersi
sudo apt update
sudo apt install python3 python3-pip
pip3 install pycersi
For using any searchers functions from PyCersi module, use:
pycersi.<name>(limit)
.
pycersi.fibo(limit)
For using any checker functions from PyCersi module, use:
pycersi.is<name>(value)
.
pycersi.issunny(value)
For using any mathematical function from PyCersi module, use:
pycersi.cal<name>(value)
.
pycesi.calfact(value)
For using any stack function from PyCersi module, use:
pycersi.s_<name>(stack,[element])
.
pycesi.s_top(book_stack)
For using Pycersi Privator, use:
pycersi.privator()
.
pycersi.privator()
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:
git commit -m 'Add some feature'
Push your changes:
git push origin feature-branch
Create a pull request:
Thank you for contributing to PyCersi! Your help is appreciated.
This project is licensed under the MIT License - see the LICENSE file for details.
This project is designed to simplify and accelerate everyday tasks, making your work life smoother and more efficient. It is crafted with the utmost care and attention to detail, ensuring that no security vulnerabilities or exceptions occur during its runtime.
I am deeply committed to making the web a better, safer place. This project is not malware, and any attempt to misuse it as such is highly condemnable and goes against its core purpose. Let’s work together to create a positive impact and enhance our digital experiences.
If you have any questions, feel free to open an issue or contact me directly at mail@subhrachakraborti.
FAQs
PyCersi is a lightweight Python library for number-related utilities. It offers mathematical functions, checkers, and stack operations, simplifying common tasks. Easy to install via pip , it's designed for efficient integration into various Python projects.
We found that pycersi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.