This package contains codes/functions that are useful in school level python programming
Project description
CodeDrive
This is a Python Library contains some basic programs given in schools for assessments.
It has only one Class: Functions
Example of how to use this module:
from CodeDrive import Functions as fn
#or the alternative way
import CodeDrive.Functions as cf
#Now you want to run a palindrome test, so you need to do:
user = int(input("Enter number: "))
test = fn.palindromeNum(user) #This function will return True if the number passes the test, else False
if test == True:
print(f"{user} is a palindrome number")
else:
print(f"{user} is not a palindrome number")
To upgrade to the latest version, use:
pip install --upgrade CodeDrive
or
python -m pip install --upgrade CodeDrive
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
CodeDrive-1.8.tar.gz
(4.1 kB
view details)
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 CodeDrive-1.8.tar.gz.
File metadata
- Download URL: CodeDrive-1.8.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e89b61a58173293097b856a4e289285f67b1ff806b4763cffd5ab37b79223c5
|
|
| MD5 |
da3f3a2d9a6649f1d6237b87e3321ba9
|
|
| BLAKE2b-256 |
8b02484d152da5c9549afd4e9b3aeec793c3e5fbb56febe006d6157f11fd6f0e
|
File details
Details for the file CodeDrive-1.8-py3-none-any.whl.
File metadata
- Download URL: CodeDrive-1.8-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e77923f1713b7f578a2e427c6c75fba3efb32e14e1ba6ae6587f86613c1f8dbd
|
|
| MD5 |
22e49d023d9b3011cca2fb0c44b58a88
|
|
| BLAKE2b-256 |
e5e0fcd72c98590a66297bc7b7b1716ab3499794e6a835afaa21aeb6f381abaf
|