A Simple Library for Beginners and Advance Users a like, to make writing scripts a bit easier
Project description
Noober
A Simple Library for Beginners and Advance Users a like, to make writing scripts a bit easier
About
Noober is a simple library which aims to make writing scripts a bit easier.
Noober provides functions which make writing stuff like
- A Yes or No input
- A prompt
- A prompt with options
- Show Time and Date
- Notify on Windows (using win10toast)
- Shorten Using tinyurl without api
- Show Splash Screen
- More in Future
Installation
pip install noober
- Local
# Clone the Repository
git clone https://github.com/newtoallofthis123/noober.git
# Change the Directory
cd noober
# Install Requirements
pip install requirements.txt
For Usage, See Usage.md
Example Usage
from noober import Prompt, Splash
Splash("Hi", "Content", icon="no", duration=1)
user_input = Prompt("Enter User Input: ", strict="yes", input_type="str")
print(user_input)
Contribute
If you have a feature you would like to add, please consider contributing to the project.
This project is aimed at making script writting a bit easier for everyone.
Any help would be appreciated
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
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 noober-0.0.1.tar.gz.
File metadata
- Download URL: noober-0.0.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25fb9c78a091d917cd151c3924139e780b879fdd787d148a2ea7010722a7e155
|
|
| MD5 |
47689a690de304ab42a0891e958a278e
|
|
| BLAKE2b-256 |
6f992683eb1528e871d68c612794131cce2922b0bdee53a21e2b77b219af7678
|
File details
Details for the file noober-0.0.1-py3-none-any.whl.
File metadata
- Download URL: noober-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
840e20fe618ee24b81dfca74410ca908efcf0acdbef20d775129f345a3ab68b8
|
|
| MD5 |
0179cb828cf1ad015c24ca8cdbc2263a
|
|
| BLAKE2b-256 |
238ff3fad58ece1c5d73935769ad233b85ae099a1d787cc9cb18ecc87ce02caf
|