Skip to content

When generating ideas, you often need to go to a lot of websites and do a lot of research. This project is a lot of these websites in one.

Notifications You must be signed in to change notification settings

MrMineev/Idea-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Idea-Generator

Run the main.py file and you will be prived with all the ideas and there Google Trends stats. Here is an example of a response

[
  {
    'name': 'Calculus',
    'description': 'Exploring the fundamentals of calculus and how it can be used to solve complex problems 
in mathematics and engineering.'
  },
  {
    'name': 'Topology',
    'description': 'Exploring the fundamentals of topology and how it can be used to solve complex problems 
in mathematics and engineering.'
  },
  {
    'name': 'Fractals',
    'description': 'Exploring the fundamentals of fractals and how they can be used to create interesting 
visuals in mathematics and engineering.'
  }
]
[<ideas.Idea object at 0x1500089d0>, <ideas.Idea object at 0x150008b50>, <ideas.Idea object at 0x150008950>]

IDEA = Calculus
2018-10-07 00:00:00 | ************************************* 37%
2019-04-07 00:00:00 | **************************************** 40%
2019-10-06 00:00:00 | ************************************ 36%
2020-04-05 00:00:00 | ********************************* 33%
2020-10-04 00:00:00 | ********************************* 33%
2021-04-04 00:00:00 | ************************** 26%
2021-10-03 00:00:00 | ****************************** 30%
2022-04-03 00:00:00 | ********************************** 34%
2022-10-02 00:00:00 | ************************************* 37%
2023-04-02 00:00:00 | ******************************** 32%


IDEA = Topology
2018-10-07 00:00:00 | ******************************** 32%
2019-04-07 00:00:00 | *************************** 27%
2019-10-06 00:00:00 | ***************************** 29%
2020-04-05 00:00:00 | *********************** 23%
2020-10-04 00:00:00 | **************************** 28%
2021-04-04 00:00:00 | ************************** 26%
2021-10-03 00:00:00 | ************************** 26%
2022-04-03 00:00:00 | **************************************** 40%
2022-10-02 00:00:00 | ****************************** 30%
2023-04-02 00:00:00 | ******************************** 32%


IDEA = Fractals
2018-10-07 00:00:00 | **************************************** 40%
2019-04-07 00:00:00 | ************************************* 37%
2019-10-06 00:00:00 | ******************************* 31%
2020-04-05 00:00:00 | ********************************** 34%
2020-10-04 00:00:00 | ************************************** 38%
2021-04-04 00:00:00 | ************************* 25%
2021-10-03 00:00:00 | ****************************** 30%
2022-04-03 00:00:00 | **************************************** 40%
2022-10-02 00:00:00 | ************************************** 38%
2023-04-02 00:00:00 | ****************************** 30%


Topology    1.000000
Calculus    0.960092
Fractals    0.000000
dtype: float64

About

When generating ideas, you often need to go to a lot of websites and do a lot of research. This project is a lot of these websites in one.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages