Metadata-Version: 2.1
Name: ascii-films
Version: 0.0.15
Summary: Cette classe fournit des outils pour afficher des petits films à partir de frames en ascii.
Home-page: https://framagit.org/zenjo/film/wikis/home
Author: Robert Sebille
Author-email: robert@sebille.name
Maintainer: Robert Sebille
Maintainer-email: robert@sebille.name
License: GNU GPL
Download-URL: https://framagit.org/zenjo/film/tree/master
Description: GNU GENERAL PUBLIC LICENSE
        
        Cette classe fournit des outils pour afficher des petits films à partir de frames en ascii.
        
        Les frames peuvent être dans un seul fichier, avec un séparateur ou dans plusieurs fichiers qui seront lus d'un répertoire à préciser, et dans l'ordre alphanumérique croissant.
        
        Pour démarrer, esayez
        
                from film.film import Film
                Film.demo()
            
        - [Dépot](https://framagit.org/zenjo/film/tree/master)
        - [Wiki](https://framagit.org/zenjo/film/wikis/home)
        - [Documentation sphinx](https://docs.sebille.name/ascii-films/)
        - [Bibliothèque de frames ascii](https://framagit.org/zenjo/film/wikis/Frames)
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
