Skip to content

jarikmarwede/IdeaBag2-Solutions

Repository files navigation

IdeaBag2-Solutions

This is a collection of programs from the Idea Bag 2 app (Programming Ideas 2 on the google play store).

The intention of this project is to help people that are stuck on an Idea or want to see another approach. The goal is also to find optimal solutions for all Ideas. The programs are made in a way that it is easy to understand and learn from them.

All programs are written in python 3. The original categories from Idea Bag 2 are used to organize them.

Idea Bag 2 also has a github repository which can be found here.

How to use

If you want to get the programs for playing around with them or editing them just download or clone them from Github. All programs need python 3.8 or later installed, and for some of them external modules are required. Go to Dependencies to check which modules you need to install and how.

You can watch this video, which explains how to use this repository and how it is organized:

Thumbnail of the video

Contributing

If you want to contribute in any way please take a look at CONTRIBUTING.md.

Dependencies

  • Python 3.8+
  • Pillow (Graphics and Multimedia/Dominant Colors, Threading/Bulk Thumbnail Creator)
  • Beautifulsoup (Web/Page Scraper)
  • Pygame (Graphics and Multimedia/Mp3 Player)
  • SymPy (Numbers/Find Pi to the Nth digit)
  • ntplib (Networking/Get Atomic Time form Internet Clock)

You can install all of them together through running pip install -r requirements.txt inside the repository folder.

If you only want to install some of them you can find the required versions in requirements.txt.

License

This repository uses the MIT License. A copy of it can be found in LICENSE.