Metadata-Version: 2.1
Name: incantoos
Version: 1.0.7
Summary: IncantoOS Is a wrapper related to OS functions that can be put into a smaller faster function
Home-page: https://github.com/NinoTheMeano/incantoos
Author: NinoTheMeano
Author-email: ninosdeveloping@gmail.com
Project-URL: Discord, https://discord.com/users/255125932447236096
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: AsyncIO
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Overview
IncantoOS was developed to make tasks smaller.

# Usage
IncantoOS Wasnt intended for other people to use it use at your own caution

# Notes
I will try to keep up with the documentation of IncantoOS even though it wasnt meant for public use.

# Discresion
I am not the best coder so do not expect IncantoOS to work properly. If a bug is found you can report it to me via the github.

# Documentation

An assortment of different colors
```
    class color
```

Prints the current system time.
```py
    incantoos.nowtime()
```


```py
    class ids

    ids.fourdashfour()
        Gives you a 8 character ID Ex. ("944b-fq8d")

    ids.ranid(amount : int)
        Gives you a randomized id of the specified amount
        
```

```py
    class times

    times.nowtime()
        Prints the current system time
    times.utcnowtime()
        Prints the current system time in UTC
    times.nowtimemdyhms
        Prints now time orgainzed by Month/Day/Year | Hour/Minute/Second
            Ex. [M/D/Y H:D:Y]
    times.nowtimemdyhms
        same thing as non utc
```
