Skip to content

Clean strings with a frenchy class. Modify the special caracters like é,ê,ô,ç,.... and remove the unwanted. Clear and simple to use.

License

Notifications You must be signed in to change notification settings

framboise-pi/nettoyage_francais

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Nettoyage Français Francais

Cleans our strings with a frenchy class.

Processing

It modifies the special french caracters like é,ê,ô,ç,... or any caracter added in the script.
And it removes the unwanted. Clear and simple to use.
Easy to edit

Thoughts

Je n'ai pas approfondi le sujet, il me semble que les librairies qui corrigent les caractères spéciaux ne réagissent pas comme nous l'attendons en général, c'était l'occasion d'écrire une class utile pour les projets personnels.

Example usage

from nettoyage_francais import NettoyageFrancais

# Nettoyage du titre à la française
nettoyeur = NettoyageFrancais(string)
string_propre = nettoyeur.nettoyer()

About

Clean strings with a frenchy class. Modify the special caracters like é,ê,ô,ç,.... and remove the unwanted. Clear and simple to use.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages