https://github.com/kaocc/autoscript
A set of handy scripts that helps to automate routine tasks.
https://github.com/kaocc/autoscript
excel-processing http-client telnet
Last synced: 11 months ago
JSON representation
A set of handy scripts that helps to automate routine tasks.
- Host: GitHub
- URL: https://github.com/kaocc/autoscript
- Owner: KaoCC
- License: gpl-3.0
- Created: 2018-04-18T02:23:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T12:33:06.000Z (about 7 years ago)
- Last Synced: 2025-01-14T18:52:30.822Z (about 1 year ago)
- Topics: excel-processing, http-client, telnet
- Language: Python
- Size: 167 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoScript
A set of handy scripts that helps to automate routine tasks.
----
## Name Card Crafting
This is implemented in the form of a website
## Excel
Parse and extract the information from excel files and perform a wide viarity of analysis on them.
### Requirements
- [Python 3.6 +](https://www.python.org/)
- [Pandas 0.32 +](https://pandas.pydata.org/)
- [xlrd](http://www.python-excel.org/)
- [OpenPyXL](https://openpyxl.readthedocs.io/en/stable/)
### Preliminary
Execute or double-click the script click_me_first.py to install the required packages
### Usage
`python main.py path/to/excel_file`
### Notes
- The default file name for the excel file is 'target.xlsx' with sheet name 'Sheet1'. On windows system, one can put the target file in the same folder that contains the python script and double click the script to execute it in order to simplify the process.
- One should remove unnecessary cells such as the header and the comments before processing.