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
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
CatInstaller-1.7.1.tar.gz
(2.1 kB
view details)
File details
Details for the file CatInstaller-1.7.1.tar.gz.
File metadata
- Download URL: CatInstaller-1.7.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77e50f7832b7333d6116b7550be1952eaa0a8bd9bbb6534a05909e8cd84900bc
|
|
| MD5 |
ea5f785c7593422a5f8a6f039bfc360d
|
|
| BLAKE2b-256 |
8dc62a72c23595c5db2f069e7d1efd79289550ba78accb30081fc490f2b466d0
|