A Library containing modules for Daily tasks
Project description
It is a Package Created to solve few problems faced by people especially Students of CS at Scool Level Like Converting Base of a given Number, So this Library solve that long awaited problem.
It has two Classes, they are:
Class BaseConverter:
This Module will Convert a number from the given base to any other base.
Usage : from ArcticCloud import BaseConvertor as b
# Say, you will convert from Binary to Hexadecimal,
v1 = b.Binary_to_Hexadecimal("11011101.111010") # bound the method calling to a variable and print it to get the desired result,
Note: Remember to give the Argument of all the functions in str, if you use any good text editor like VS Code or any IDE it will show the references while you call the method/function.
Class MarkSheet:
This Module will generate a CBSE marksheet for you provided you give the Marks of 6 Subjects.
Usage: from ArcticCloud import Marksheet as mk
mk.PrintMarksheet("<name of school>",[<marks of 6 subjects>], ["<Name>", "<Sec>", "<Roll no>"])
# The First Argument of the Function is School Name in str class, marks of 6 subjects in a list -> [100, 100, 99, 98, 98, 99], details ["Samuel Miller", "C", 5]
Note: This Functions does not return anything and by default returns None , so bounding it to a Variable will return None.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ArcticCloud-1.0.1.tar.gz
(6.4 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 ArcticCloud-1.0.1.tar.gz.
File metadata
- Download URL: ArcticCloud-1.0.1.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23becdc476659e68303093395e727475e7e6279b49739a58d8ce01e43cd7dd3c
|
|
| MD5 |
d4fef7acf40c42f65850b0a1f418b797
|
|
| BLAKE2b-256 |
547ce6c8fd9c3dd4fe5c81fff4e65b290c76d38bea10cbd9ee0188b3374b2200
|
File details
Details for the file ArcticCloud-1.0.1-py3-none-any.whl.
File metadata
- Download URL: ArcticCloud-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c80918b1ca3608b78014a3e96382cf9a2580ff38d319e5c8e54aba3f85c2354
|
|
| MD5 |
7bcec14f12b64399393bdb168754aaff
|
|
| BLAKE2b-256 |
eb13d54ba7c48993524ae0ee5710df4a22fd8a0902c4b139008955060fb2ffc1
|