up counts
This commit is contained in:
parent
6607af69c9
commit
4bc7c4e2d6
@ -29,4 +29,4 @@ ax.set_title('Intrigues')
|
||||
#plt.show()
|
||||
#plt.figure(figsize=(16, 9))
|
||||
# Code pour tracer votre graphique
|
||||
plt.savefig("graphique_gantt_intrigues.png", dpi=72)
|
||||
#plt.savefig("graphique_gantt_intrigues.png", dpi=72)
|
||||
|
@ -5,7 +5,7 @@ echo " installation de dépendances pour faire ses propres ebook par tyk
|
||||
echo " =============================================================================================== "
|
||||
|
||||
sudo apt install -y calibre pandoc python;
|
||||
pip install matoplotlib argparse --user;
|
||||
pip install matoplotlib argparse pandas numpy --user;
|
||||
|
||||
echo " =============================================================================================== "
|
||||
echo "OK c'est installé!"
|
||||
|
@ -92,4 +92,7 @@ print(f"\n Total : \n\t {format_with_spaces(sum_mots)} mots.\n\t {format_with_sp
|
||||
print(f"Estimation de pages A4: {nombre_de_pages(sum_mots)} ")
|
||||
print(f"Genre de livre: {genre_de_livre(sum_mots)}")
|
||||
print(f"Estimation du temps de lecture: {format_time(temps_de_lecture(sum_mots))}")
|
||||
print(f"Estimation du temps de rédaction: {forma t_time(temps_de_redaction(sum_mots))}")
|
||||
print(f"Estimation du temps de rédaction à 30 mots/minute: {format_time(temps_de_redaction(sum_mots, 30))}")
|
||||
print(f"Estimation du temps de rédaction à 70 mots/minute: {format_time(temps_de_redaction(sum_mots, 70))}")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user