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
noober-0.0.1.tar.gz
(4.0 kB
view hashes)
Built Distribution
noober-0.0.1-py3-none-any.whl
(4.1 kB
view hashes)