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.0.tar.gz
(6.0 kB
view details)
Built Distribution
File details
Details for the file ArcticCloud-1.0.0.tar.gz
.
File metadata
- Download URL: ArcticCloud-1.0.0.tar.gz
- Upload date:
- Size: 6.0 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 | 799f9b6c49a6b2af255257730a25e9ed568dd73c31728f60eb843e0be1ccf53f |
|
MD5 | 147dec746da17aca5e65cbb497b027e7 |
|
BLAKE2b-256 | 864b972f6395d3770bc8930427a264bc745ffb2387b3be79171ebcaa83a302ef |
File details
Details for the file ArcticCloud-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: ArcticCloud-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.5 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 | f50fa5c7a35319ed81c6534098696c8d8293a0278e40a777e47ca0685ef50a61 |
|
MD5 | 485e8eabca46065e3cfe81ceb964f000 |
|
BLAKE2b-256 | 1618436453cd2cb25aa14ba21ff7ff7c8758b38ad1a2b1dc8bbf9cfff3d9c0a8 |