Skip to content

mrakhgari/PyCurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt text

PyCurl

PyCurl is a simple command-line tool (like curl) for transferring data with URL developed using Python.

Installation

  1. Clone the repo:
    git clone https://github.com/mrakhgari/PyCurl.git
    
  • (you'll get a directory named PyCurl created, filled with the source code)
  1. Change dir to PyCurl:
    cd PyCurl
    
  2. Install packages:
    pip install -r requirements.txt
    

Usage

You must run this code in cmd, like:

cd .\src\ 
python.exe .\main.py "http://google.com" 

For more examples look at tests.txt or read the specifications in Farsi at http-client.pdf.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Contact

If you have questions, ideas or suggestions, please contact me by sending a mail to email.

About

PyCurl is a simple command-line tool for transferring data with URL developed using Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages