Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.03 KB

pyprobpro2

^ custom AI created artwork for pyprobpro


pyprobpro: Python Problem Provider


Test your Problem Solving and try to get a better time.

Use with .csv offline with the following schema:

Problem Description Test Cases Time
Problem 1 Test case 1 20
Problem 2 Test case 2 15

Run the script to test your Problem Solving and try to get a better time. Saves receipts of your times and questions asked.

To load your offline .csv:
Place 'Problems.csv' in the same folder.

  • See the example .csv file (Problems.csv) attached in this repository
  • Use function pyprobpro.commands.start() to start OR use pyprobpro.commands.problem(x) where x is the problem you want
  • Use function pyprobpro.commands.done() when done

TODO: convenient commands, receipts in folder, more syntax