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.6.tar.gz
(3.6 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.6.tar.gz.
File metadata
- Download URL: CodeDrive-1.6.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da0b17fb73a75d3de884d187c1ff279a9f6e2a4da50a6132bbd58e233825c40c
|
|
| MD5 |
235d8096db178d871a8b3a4226088998
|
|
| BLAKE2b-256 |
c0c35d0db08d9d610cbb07e3407c5868378e56e270063efc36d28304ce6060cc
|
File details
Details for the file CodeDrive-1.6-py3-none-any.whl.
File metadata
- Download URL: CodeDrive-1.6-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87c68a400d70de04b6789a420e15acf46f0fb6821b12f9e9f7bf897d2a2b9a18
|
|
| MD5 |
2ae66c5163cde8ef261daacb07f0660e
|
|
| BLAKE2b-256 |
442137fba481c2462889b7f0f766f4508b47e5ab34f594614f9a9c691a07c73b
|