Skip to content

allstarter/python-09-homework

Repository files navigation

Homework #9 of Python starter training

Former Bank Application code:

https://github.com/allstarter/python-08-homework

Homework:

Continue the bank application and add more features like:

  • Generating PDF files with reportlab module
    You will find example code already in operations/balance.py file
  • Rework the menu by using simple-term-menu module

Note

Please use virtual environment as recommended in session 07.

  • Open cmd as an Administrator
  • cd into project folder
  • Upgrade pip before creating virtual environment to avoid errors with
    python.exe -m pip install --upgrade pip
  • Install venv python -m venv .venv
  • Enter venv running .venv\Scripts\activate.bat
  • Install packages with pip install -r requirements.txt

You are ready to code now. Try code .

About

Code for homework #9

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published