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.7.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.7.tar.gz.
File metadata
- Download URL: CodeDrive-1.7.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 |
0a418c31ce5111a450aa9745c94efe589d8468069fd2509c68d62794e69b09db
|
|
| MD5 |
40a5330ba4989ec128bd1e21b17a367f
|
|
| BLAKE2b-256 |
c0b5e7e37efd18cb6c772bdee171326680881d451e6b5cc25272c42f8f7777db
|
File details
Details for the file CodeDrive-1.7-py3-none-any.whl.
File metadata
- Download URL: CodeDrive-1.7-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 |
220b0ca37602efdc4af8932963e219ec6e917543c06c346f1994fa1dc9dd6fcc
|
|
| MD5 |
6b1308cc24336765745b944a14ad44d8
|
|
| BLAKE2b-256 |
dafdab58aa574740cd2c1842763f8ce0aa73ea174d83197a06bda73d86615d21
|