Skip to main content

Catch file, and Installing.

Project description

CatInstaller ##

CatInstaller is an installer that allows you to easily install something on your OS.

All you need is Python and the necessary modules.

How to support CatInstaller ==

To support CatInstaller, simply write a program in a Python file.

Upload Installer.py to GitHub and it will be ready for installation.

Installer.py must be written in the following format.

requiments = ["time"] # Enter the required Python modules here.

numbersofprogress = 10 # Enter the steps

import time # import required python modules

def install(progress): # "progress" is number of steps
    print("Output ", progress) # Enter the install process here.

# Enter the other functions...

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

CatInstaller-1.7.1.tar.gz (2.1 kB view hashes)

Uploaded Source

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