/OJ-s_Solution_Extractor

These Python Scripts will help programmers for collecting all their (lots of) codes they have got Accepted in Codeforces OJ and URI OJ in their life time.

Primary LanguagePythonMIT LicenseMIT

OJ's_Solution_Extractor

made-with-python GitHub license GitHub forks GitHub stars Hits


Disclaimer

  • Dont use these script unnecessarily many times.
  • I have no intension to put programmers / OJ's server in trouble.

User Manual

Download and install python from: https://www.python.org/downloads/ ( Make sure you have added python to your PATH varibale during installing (for windows) )

  • Download This Repository
  • Go to that folder, Open cmd (windows) or terminal(linux) there.
  • run : pip install -r library.txt
  • then
    • for URI , run : python uri.py
    • for CF , run : python cf.py
  • You will find the Download Folder in the same directory!

Thanks :)