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.5.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.5.tar.gz.
File metadata
- Download URL: CodeDrive-1.5.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 |
0d10a0ce006ff0327979150dbe633c1a0b3bb0721f50293c9cc04711e5bf5eea
|
|
| MD5 |
9534e278eaeed0e949748870685f7bd9
|
|
| BLAKE2b-256 |
a4df96b3b410ea0a4467458f1cebb053516d32fe54de7f111dd024c6955a401d
|
File details
Details for the file CodeDrive-1.5-py3-none-any.whl.
File metadata
- Download URL: CodeDrive-1.5-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 |
870539811aca4e25c6062420b539b449a474e343024d6aa821a9b7e11a589874
|
|
| MD5 |
ef2b3a0269e2e4fe299cc0c7f322b685
|
|
| BLAKE2b-256 |
2af4d1303464a941176e13ab008531eab29a29167cea779b611f489abef07809
|