https://github.com/kailuser/pypie
PyPie is a small Python program that allows users to check the status of websites, scan for open ports, and connect to FTP servers. The program also includes an automatic update feature that checks for and downloads the latest version of the program from a GitHub repository. PyPie is designed
https://github.com/kailuser/pypie
alpha command-line pypie python-3 requests site-tool
Last synced: 9 months ago
JSON representation
PyPie is a small Python program that allows users to check the status of websites, scan for open ports, and connect to FTP servers. The program also includes an automatic update feature that checks for and downloads the latest version of the program from a GitHub repository. PyPie is designed
- Host: GitHub
- URL: https://github.com/kailuser/pypie
- Owner: KailUser
- License: mit
- Created: 2023-02-18T15:41:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T16:13:05.000Z (over 3 years ago)
- Last Synced: 2025-03-10T13:56:19.752Z (over 1 year ago)
- Topics: alpha, command-line, pypie, python-3, requests, site-tool
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# PyPie
PyPie is a Python-based command-line tool that allows you to check the status of a website, scan ports, and connect to an FTP server.
## Installation
To use PyPie, you will need to have Python 3.x installed on your system. Once you have Python installed, simply download the pypie.py file from the repository and save it to your local machine.
## Usage
To use PyPie, navigate to the directory where you saved pypie.py and run the following command:
```bash
python index.py
```
This will launch PyPie and display a menu of options:
```bash
Welcome to PyPie
1. Check site status
2. Check port
3. Connect to ftp
4. Exit
```
Select one of the options to perform the corresponding action.
## Check site status
Selecting option 1 will allow you to check the status of a website. You will be prompted to enter the URL of the website you want to check. PyPie will then attempt to connect to the website and retrieve the response code. If the response code is 200, the website is considered to be available. Otherwise, PyPie will report that the website is not available along with the response code.
## Check port
Selecting option 2 will allow you to scan a port on a website. You will be prompted to enter the URL of the website and the port you want to scan. PyPie will then attempt to connect to the specified port on the website. If the connection is successful, PyPie will report that the port is open. Otherwise, PyPie will report that the port is not open.
## Connect to FTP
Selecting option 3 will allow you to connect to an FTP server. You will be prompted to enter the server address, username, and password. Once you have successfully connected to the server, you will be able to download and upload files to and from the server.
## License
PyPie is released under the MIT License. See [LICENSE](https://raw.githubusercontent.com/KailUser/PyPie/alpha/LICENSE) for details.