Skip to content

CoolAQ3D/Fast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastTools

FastTools for Python.

Just for fun and quick access to different things mostly used.

Also for replit.com website for easy access and use different things quickly.

library & command line script supports!

Installation

Use the package manager pip to install.

pip install git+https://github.com/CoolAQ3D/Fast

Script for Replit since it delete files every now and then...

Language Python

import os, pkg_resources

for package in ['FastTools']:
    try:
      dist = pkg_resources.get_distribution(package)
    except pkg_resources.DistributionNotFound:
      os.system("pip install git+https://github.com/CoolAQ3D/Fast")

Usage

fast help in consle to get started!

Library Usage

import Fast

Fast.start(
  requirements = "PATH",
  rich_traceback = True/False,
  flask = True/Fasle
)

CLI Commands

To see more info, type

fast help "command name"
Help
Print
File
Phone
Replit
Speed
System
Template
Test
Tools
Wifi
YT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages