Skip to content

steve-codes/picture-to-excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

picture-to-excel

A script that draws/creates a picture in Excel using only cells.

VIDEO TUTORIAL/EXPLANIATION:

https://www.youtube.com/watch?v=aRpksc7CA9E

Note: This tutorial assumes you have:

  1. Python 3.9.5
  2. pip3
  3. Visual Studio Code (VSC)

STEPS

  1. Change default profile within VSC:

    • CTRL + SHIFT + P
    • Search "Terminal: Select Default Profile"
    • Click "Command Prompt"
  2. Create and activate the virtual environment + install library (run commands in a new CMD terminal)

    1. py -m venv venv
      • (Creates virtual environment)
    2. venv\Scripts\activate
      • (activates virtual environment)
    3. python -m pip install --upgrade pip
      • (Upgrade pip in virtual environment)
    4. pip3 install -r requirements.txt
      • (Install the required libraries for this project)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages