Git Product home page Git Product logo

excel_updater's Introduction

Excel Files Updater and Uploader

This is a small project that I am working on for my brother. He has several online vendors selling his products. So he wanted a program that could update the stocks and selling price for all the vendors. Till he had been manually updating all his excel sheets one by one but since he has the same stock for all the vendors, this program would help him by only making him enter the data once to update all the vendor sheets. He gave me the excel sheets that would be used to maintain the inventory, selling price etc for the different vendors.

This program accepts the number of designs, selling price and current stock as input from the user to create new and updated csv files that can be uploaded to the vendor's site.

Usage:

  1. Use cd to change directory to the project directory. eg: cd excel_updater
  2. Run the app by writing python main.py
  3. It will aks you a series of questions to update the files. FOllow the instructions provided and you should be good to go.

Files/Folders:

  • data: contains all the original csv files
  • output: contains all the updated csv files
  • Vendor.py: contains the code for the Vendor class which is used to update
  • main.py: the main program that the user must run
  • rough.py: some very rough code that I used to clean up files, make initial draft etc. Not required now

Libraries required:

  1. pandas
  2. xlrd

excel_updater's People

Contributors

beatboxerish avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.