Projet d'agrégation d'actualité via mots clés. News aggregation project using keywords. Work in progress, most of you see is comming from a template. See you soon 👍 Thanks <3 .
⠀ /l、 (゚、 。 7 ⠀ l、゙ ~ヽ じしf_, )ノ ⠁⠀⠀⠀⠀⠀⠀⠀⠀
To get a copy of the project, you can go on the GitHub's webpage of the project and click on the green button to download as a .ZIP file. However, if you're using a prompt console on an Unix machine use this line :
git clone https://github.com/Franck1333/FR_Template.git
To use the project, you will need some Hardware :
A Raspberry Pi (Last Version is better) or any Linux computer compatible,
An Internet Connection,
A Micro S.D card (8 Gb Minimum),
A Display (like the Pimoroni 4inch HyperPixel Display --> https://bit.ly/2FVOy5j).
And you will also need some libraries and softwares :
- Python version 3
- An OS up to date
Be sure to be Up to date with your OS and Python3 environement with this command line:
- sudo apt update -y && sudo apt-get update && sudo apt-get upgrade && sudo pip3 install --upgrade pip
You can install the Pimoroni HyperPixel 4 like this :
- The Github page : https://github.com/pimoroni/hyperpixel4
- The command line Setup (need to be install) : https://get.pimoroni.com/hyperpixel4 | bash
To get and downloaded the files, use this line :
git clone https://github.com/Franck1333/FR_Template.git
When the project is Downloaded, check your pi
folder, and you will see the folder FR_Template
.
When you did it, you will have to launch the file called setup.py
to install the dependencies neccessary for the project with this command line :
sudo python3 setup.py install
There is another way to install all the dependencies needed:
sudo pip3 install -r requirements.txt
If some problem during the installation occured, please execute this command :
sudo pip3 install cbpro cmc pandas numpy matplotlib pydub kivy cython
sudo apt-get install idle3
To run the project; if you want to see the console activities, you can launch the file called Main.py
into the Command Line Prompt with python3 Main.py
in the main folder.
That's how to test features:
python3 <file>.py
In this project we've got some folders
Example : Any help or example that I used for the project
Services: Main features
Main features of the program
- Info_Hardware.py: This feature allow to the Main program to get informations about the status of processors(Usage,Temp),RAM(Usage).
- nettoyage_du_cache.py: Ancient program that allow all the program which using to delete all the Python2 Cache Files.
Folders inside
- Sounds: Sound Pack use by the Main Program
- Téléchargements: This folder is use by the Main Program to download in this folder all the ressources which come from Internet
- Franck ROCHAT - Initial work - Franck ROCHAT Thank You ! ❤️