Skip to main content

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

  1. Pypi
pip install noober
  1. 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


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)

Uploaded Source

Built Distribution

noober-0.0.1-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page